コード例 #1
0
ファイル: AlbumsController.cs プロジェクト: pjgm/Musicalog
 public IActionResult Delete(int id)
 {
     apiInventoryController.Delete(id);
     return(RedirectToAction("Index", "Home"));
 }