コード例 #1
0
 public ActionResult DeleteRec(int id)
 {
     MyDAL.DeleteStudentByID(id);
     return(RedirectToAction("Index"));
 }