public int modificaAlumno(object obj) { int i = oAlumnoDao.modificaAlumno(obj); if (i <= 0) { return(0); } return(1); }