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