Example #1
0
 public LeagueTableController()
 {
     _teamsRepo    = new TeamsRepo();
     _unionsRepo   = new UnionsRepo();
     _sectionsRepo = new SectionsRepo();
 }