Cucumber.SimpleDb.Transport.SimpleDbRestService.SimpleDbRestService C# (CSharp) Method

SimpleDbRestService() public method

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