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