コード例 #1
0
 // GET: Menu/Delete/5
 public ActionResult Delete(int id)
 {
     _menuManager.Remove(id);
     return(RedirectToAction("Index"));
 }