示例#1
0
 public IActionResult Remove(int id)
 {
     _Services.RemoveById(id);
     return(RedirectToAction("Index"));
 }