コード例 #1
0
 public ActionResult <BankAccount> Delete(int id)
 {
     return(_service.DeleteAcc(id));
 }