Example #1
0
 public ActionResult Change(Student student)
 {
     studentService.ChangeStudent(student);
     return(RedirectToAction("Show"));
 }