Exemplo n.º 1
0
 public DTOGameResult(DTOGame game)
 {
     CurrentGame = game;
 }
Exemplo n.º 2
0
 public DTOGameSession(DTOGame game)
 {
     CurrentGame = game;
 }