コード例 #1
0
 public IActionResult DeleteConfirm(int?ID)
 {
     _Loan.Remove(ID);
     return(RedirectToAction("Index"));
 }