示例#1
0
 public IEnumerable <Player> GetAll(int TournamentId)
 {
     return(_playerprovider.RetrieveByTournament(TournamentId));
 }