Ejemplo n.º 1
0
 public ActionResult Materias()
 {
     Materia[] materias = AEngine.getAllMaterias();
     return(View(materias));
 }