public RestServiceFactory(ICoreDataClientFactory clientFactory)
 {
     _clientFactory = clientFactory;
     _sharedClient  = _clientFactory.CreateHttpClient();
 }
示例#2
0
 public ServerConnectionServices(ICoreDataClientFactory clientFactory)
 {
     _clientFactory = clientFactory;
 }