Exemplo n.º 1
0
 public void DeleteGame(Game game)
 {
     gameDataAccess.DeleteGame(game);
 }