示例#1
0
文件: AlumnoNeg.cs 项目: feniz18/C-
 public List <Alumno> findAll()
 {
     return(objAlumnoDao.findAll());
 }