public AnimalsProvider(IHttpServiceHelper serviceHelper) { _serviceHelper = serviceHelper; }
public CustomerProvider(IHttpServiceHelper httpServiceHelper) { _gatewayServiceUriBase = ConfigurationManager.AppSettings["GatewayServiceBaseUri"]; _httpServiceHelper = httpServiceHelper; }