//删除 public IActionResult Delete(int id) { _menuAppService.DeleteDtoById(id); return(RedirectToAction("Index", "Menu")); }