Exemplo n.º 1
0
 public ActionResult Maestros()
 {
     Maestro[] maestros = AEngine.getAllTeachers();
     return(View(maestros));
 }