Tournament Dashboard fixed, started to wire up tournamentviewer form
This commit is contained in:
@ -13,5 +13,6 @@ namespace TrackerLibrary.DataAccess
|
||||
void CreateTournament(TournamentModel model);
|
||||
List<TeamModel> GetTeam_All();
|
||||
List<PersonModel> GetPerson_All();
|
||||
List<TournamentModel> GetTournament_All();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user