Пример #1
0
 public bool CheckPlayerAnswers(Game game, RoundAction roundAction)
 {
     return(roundCtr.CheckPlayerAnswers(game, roundAction));
 }
 public bool CheckPlayerAnswers(Game game, Round round)
 {
     return(roundCtr.CheckPlayerAnswers(game, round));
 }