Example #1
0
 public IActionResult Delete(int id)
 {
     _itemAppService.DeleteDtoByID(id);
     return(RedirectToAction("Index", "Item"));
 }