Beispiel #1
0
 public DataTable filtrarAlumnos(string storp, string param)
 {
     return(alumnoDao.filtrarAlumnos(storp, param));
 }