Ejemplo n.º 1
0
 public List <Team> GetTeamsForGame(int gameId)
 {
     return(_teamQuery.GetByGame(gameId).ToList());
 }
Ejemplo n.º 2
0
 public List <Team> GetTeamsForGame()
 {
     return(_teamQuery.GetByGame(GameCache.GameDetailsId).ToList());
 }