예제 #1
0
 public List <Team> GetTeamsForGame(int gameId)
 {
     return(_teamQuery.GetByGame(gameId).ToList());
 }
예제 #2
0
 public List <Team> GetTeamsForGame()
 {
     return(_teamQuery.GetByGame(GameCache.GameDetailsId).ToList());
 }