Example #1
0
 public IEnumerable <Estudiante> ReporteEstudiantes()
 {
     return(commonR.ReporteEstudiantes());
 }