示例#1
0
 public IActionResult RemoveInvoice(string id)
 {
     _invoiceLogic.RemoveInvoice(id);
     return(View("Invoice"));
 }