Exemple #1
0
 public Controller()
 {
     tournamentRepository = new TournamentRepo();
     Init();
 }