Ejemplo n.º 1
0
 @Override
 @Transactional
 public List<Curricula> list() {
   // TODO Auto-generated method stub
   return curriculaDao.list();
 }