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