コード例 #1
0
 public DataTable listarxNombre(string storp, string param)
 {
     return(alumnoDao.listarxNombre(storp, param));
 }