Esempio n. 1
0
 public Controller()
 {
     tournamentRepository = new TournamentRepo();
     Init();
 }