A lot of refactoring and both saving types work
This commit is contained in:
@ -110,6 +110,8 @@ namespace TrackerLibrary.DataAccess
|
||||
tournaments.Add(model);
|
||||
|
||||
tournaments.SaveToTournamentFile();
|
||||
|
||||
TournamentLogic.UpdateTournamentResults(model);
|
||||
}
|
||||
|
||||
public List<TournamentModel> GetTournament_All()
|
||||
|
||||
Reference in New Issue
Block a user