Exemple #1
0
 public ActionResult DeletedStudent(int id)
 {
     StudentActions.deleted_student(id);
     return(RedirectToAction("ListStudent"));
 }