TournamentForm . populated teams list
This commit is contained in:
@ -93,5 +93,10 @@ namespace TrackerLibrary.DataAccess
|
||||
{
|
||||
return PeopleFile.FullFilePath().LoadFile().ConvertToPersonModels();
|
||||
}
|
||||
|
||||
public List<TeamModel> GetTeam_All()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user