示例#1
0
 public ActionResult Maestros()
 {
     Maestro[] maestros = AEngine.getAllTeachers();
     return(View(maestros));
 }