示例#1
0
 public ActionResult Delete(int regId)
 {
     _r.DeleteRegistration(regId);
     return(RedirectToAction("Index", "Home"));
 }