Exemplo n.º 1
0
 public ActionResult StudentList(int page = 1)
 {
     this.init();
     JxLib.StudentController studentController = new JxLib.StudentController();
     List<System.Collections.Hashtable> list = studentController.getBySchool();
     ViewData["list"] = list;
     ViewData["open_menu"] = "驾校管理";
     return View();
 }