예제 #1
0
 public ActionResult Delete(int ID)
 {
     repository.Delete(ID);
     return(RedirectToAction(nameof(Index)));
 }