Tournament form is ready but matchup information

This commit is contained in:
2020-04-08 00:00:49 +02:00
parent 137d012ab3
commit 12be5e3890
6 changed files with 153 additions and 16 deletions

View File

@ -10,7 +10,7 @@ namespace TrackerLibrary.DataAccess
PrizeModel CreatePrize(PrizeModel model);
PersonModel CreatePerson(PersonModel model);
TeamModel CreateTeam(TeamModel model);
TournamentModel CreateTournament(TournamentModel model);
void CreateTournament(TournamentModel model);
List<TeamModel> GetTeam_All();
List<PersonModel> GetPerson_All();
}