TournamentViewer is working but no save yet

Interface cganged
This commit is contained in:
2020-04-13 17:30:54 +02:00
parent 52eea1a7f2
commit ac1fa4cfaa
8 changed files with 161 additions and 42 deletions

View File

@ -131,5 +131,10 @@ namespace TrackerLibrary.DataAccess
.LoadFile()
.ConvertToTournamentModels(TeamFile, PeopleFile, PrizesFile);
}
public void UpdateMatchup(MatchupModel model)
{
throw new NotImplementedException();
}
}
}