Cucumber.SimpleDb.Transport.SimpleDbRestService.SimpleDbRestService C# (CSharp) Метод

SimpleDbRestService() публичный Метод

public SimpleDbRestService ( IAwsRestService restService ) : System
restService IAwsRestService
Результат System
        public SimpleDbRestService(IAwsRestService restService)
        {
            _restService = restService;
        }