TournamentForm . populated teams list

This commit is contained in:
2020-04-03 00:05:25 +02:00
parent eecd527e69
commit 8ac467e2f0
6 changed files with 52 additions and 15 deletions

View File

@ -93,5 +93,10 @@ namespace TrackerLibrary.DataAccess
{
return PeopleFile.FullFilePath().LoadFile().ConvertToPersonModels();
}
public List<TeamModel> GetTeam_All()
{
throw new NotImplementedException();
}
}
}