Ejemplo n.º 1
0
 public TopScorersAppService(IMatchPlayerChampionshipRepository matchPlayerChampionshipsRepository)
 {
     _matchPlayerChampionshipsRepository = matchPlayerChampionshipsRepository;
 }
Ejemplo n.º 2
0
 public SuspendedPlayersAppService(IMatchPlayerChampionshipRepository matchPlayerChampionshipsRepository,
                                   IChampionshipRepository championshipRepository)
 {
     _matchPlayerChampionshipsRepository = matchPlayerChampionshipsRepository;
     _championshipRepository             = championshipRepository;
 }