示例#1
0
 public IActionResult Delete(int id)
 {
     apiInventoryController.Delete(id);
     return(RedirectToAction("Index", "Home"));
 }