示例#1
0
 public ActionResult AlumnosDelete(int id)
 {
     AEngine.deleteStudent(id);
     return(RedirectToAction("Index"));
 }