コード例 #1
0
 public TeamHandler(IHttpClientFactory httpClientFactory, IFootballCredentials footballCredentials)
 {
     _httpClientFactory   = httpClientFactory;
     _footballCredentials = footballCredentials;
 }
コード例 #2
0
 public CompetitionHandler(IHttpClientFactory httpClientFactory, IFootballCredentials footballCredentials)
 {
     _httpClientFactory   = httpClientFactory;
     _footballCredentials = footballCredentials;
 }