コード例 #1
0
 public ActionResult DeleteConfirm(int id)
 {
     _fruitsRepository.DeleteFruit(id);
     return(RedirectToAction("Index"));
 }