Esempio n. 1
0
 public GeoService(IGeoServiceSettings geoServiceSettings)
 {
     _geoServiceSettings = geoServiceSettings;
     _geoClient          = new HttpClient();
 }
Esempio n. 2
0
 public GeoService(IGeoServiceSettings geoServiceSettings, IHttpClientFactory httpClientFactory)
 {
     _geoServiceSettings = geoServiceSettings;
     _httpClientFactory  = httpClientFactory;
 }