A lot of refactoring and both saving types work

This commit is contained in:
2020-04-16 00:12:42 +02:00
parent 1361fa048e
commit 7f4bf45850
6 changed files with 128 additions and 37 deletions

View File

@ -110,6 +110,8 @@ namespace TrackerLibrary.DataAccess
tournaments.Add(model);
tournaments.SaveToTournamentFile();
TournamentLogic.UpdateTournamentResults(model);
}
public List<TournamentModel> GetTournament_All()