Пример #1
0
 public GameInfoDto(int currentRound, PlayerDto currentPlayer)
 {
     CurrentRound  = currentRound;
     CurrentPlayer = currentPlayer;
 }