Esempio n. 1
0
 public EmployeeRepository(IHttpClientCustom httpClientCustom, IOptions <AppSettings> appSettings)
 {
     _httpClientCustom = httpClientCustom;
     _appSettings      = appSettings.Value;
 }
Esempio n. 2
0
 public HomeController(IHttpClientCustom httpClientCustom, IOptions <AppSettings> appSettings)
 {
     _httpClientCustom = httpClientCustom;
     _appSettings      = appSettings.Value;
 }