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