Exemple #1
0
 public WebClientService(HttpClient httpClient, IOptions <ServiceSettings> options)
 {
     this.httpClient = httpClient;
     settings        = options.Value;
     //this.httpClient.BaseAddress = settings.OpenWeatherhost;
 }