Now it is possible to finnish a tournament with scores and mails
This commit is contained in:
@ -12,6 +12,7 @@ namespace TrackerLibrary.DataAccess
|
||||
void CreateTeam(TeamModel model);
|
||||
void CreateTournament(TournamentModel model);
|
||||
void UpdateMatchup(MatchupModel model);
|
||||
void CompleteTournament(TournamentModel model);
|
||||
List<TeamModel> GetTeam_All();
|
||||
List<PersonModel> GetPerson_All();
|
||||
List<TournamentModel> GetTournament_All();
|
||||
|
||||
Reference in New Issue
Block a user