Beispiel #1
0
 public bool CreateGame(Game game)
 {
     try
     {
         return(GameAccessor.InsertGame(game) == 1);
     }
     catch (Exception)
     {
         return(false);
     }
 }