public DTOGameResult(DTOGame game)
 {
     CurrentGame = game;
 }
Exemple #2
0
 public DTOGameSession(DTOGame game)
 {
     CurrentGame = game;
 }