Exemple #1
0
 public MatchStatsSteamRepository(
     SteamDotaClient steamDotaClient,
     MatchStatsBuilder matchStatsBuilder)
 {
     _steamDotaClient   = steamDotaClient;
     _matchStatsBuilder = matchStatsBuilder;
 }
Exemple #2
0
 public LiveMatchSteamRepository(
     SteamDotaClient steamDotaClient,
     LiveMatchBuilder liveMatchBuilder,
     LeagueRepository leagueRepository)
 {
     _steamDotaClient  = steamDotaClient;
     _liveMatchBuilder = liveMatchBuilder;
     _leagueRepository = leagueRepository;
 }