コード例 #1
0
ファイル: AlumnoNeg.cs プロジェクト: feniz18/C-
 public List <Alumno> findAll()
 {
     return(objAlumnoDao.findAll());
 }