Beispiel #1
0
 public void InsertNewGameInExistingRoomDB(GameRoom gm)
 {
     proxyDB.InsertGameRoom(gm);
 }