Cucumber.SimpleDb.Transport.SimpleDbRestService.SimpleDbRestService C# (CSharp) 메소드

SimpleDbRestService() 공개 메소드

public SimpleDbRestService ( IAwsRestService restService ) : System
restService IAwsRestService
리턴 System
        public SimpleDbRestService(IAwsRestService restService)
        {
            _restService = restService;
        }