Пример #1
0
 public IEnumerable <Game> GetTeamGames(int id)
 {
     return(teamsRepository.GetTeamGames(id));
 }