示例#1
0
 public void eliminarPartida(int idPartida) throws ApplicationException {
   dp.eliminarPartida(idPartida);
 }