Exemple #1
0
 public Common.Game CreateGame(string name)
 {
     return(controller.CreateGame(name).ToDTO());
 }