예제 #1
0
파일: AlumnoNeg.cs 프로젝트: feniz18/C-
 public List <Alumno> findAll()
 {
     return(objAlumnoDao.findAll());
 }