コード例 #1
0
 public void eliminar(Integer id) throws NonexistentEntityException {
   control.destroy(id);
 }