コード例 #1
0
 public void DeleteFromInvoicebyInvoiceId(string invoiceid)
 {
     DataAccessManager.DeleteFromInvoicebyInvoiceId(invoiceid);
 }