Ejemplo n.º 1
0
 //Comprobar si el niño existe
 public Boolean exists(int carnet)
 {
     return(admindao.exist(carnet));
 }