Teams creation and prizes creation are implemented

This commit is contained in:
2020-05-05 23:25:28 +02:00
parent fc49f33575
commit 9596d9aa47
15 changed files with 387 additions and 4 deletions

View File

@ -15,6 +15,7 @@ namespace TrackerLibrary.DataAccess
void CompleteTournament(TournamentModel model);
List<TeamModel> GetTeam_All();
List<PersonModel> GetPerson_All();
List<PrizeModel> GetPrizes_All();
List<TournamentModel> GetTournament_All();
}
}