Exemplo n.º 1
0
 public bool CheckIfAllPlayersAnswered(Game game, RoundAction roundAction)
 {
     return(roundCtr.CheckIfAllPlayersAnswered(game, roundAction));
 }