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