예제 #1
0
 public ActionResult Delete(int id = 0)
 {
     _model.DeleteAccount(id);
     return(RedirectToAction("Index"));
 }