Пример #1
0
 public List <Round> GetRounds(int gameId)
 {
     return(_roundRepository.GetRoundsByGame(gameId).ToList());
 }