Ejemplo n.º 1
0
 @Override
 @Transactional
 public int delete(int idCurricula) {
   return curriculaDao.delete(idCurricula);
 }