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