Exemple #1
0
 public IEnumerable <Match> GetByTeam(int teamId)
 {
     return(MatchData.GetByTeam(teamId));
 }