All but the button Create Tournament Wired up

This commit is contained in:
2020-04-06 22:21:02 +02:00
parent af9ee4113d
commit d6f251c822
4 changed files with 26 additions and 9 deletions

View File

@ -96,7 +96,7 @@ namespace TrackerLibrary.DataAccess
public List<TeamModel> GetTeam_All()
{
throw new NotImplementedException();
return TeamFile.FullFilePath().LoadFile().ConvertToTeamModels(PeopleFile);
}
}
}