Esempio n. 1
0
 public TeamHandler(IHttpClientFactory httpClientFactory, IFootballCredentials footballCredentials)
 {
     _httpClientFactory   = httpClientFactory;
     _footballCredentials = footballCredentials;
 }
Esempio n. 2
0
 public CompetitionHandler(IHttpClientFactory httpClientFactory, IFootballCredentials footballCredentials)
 {
     _httpClientFactory   = httpClientFactory;
     _footballCredentials = footballCredentials;
 }