コード例 #1
0
 @Override
 public int eliminar(int id) {
   ProductoDAO = new ProductoDaoImpl();
   return ProductoDAO.eliminar(id);
 }