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