Пример #1
0
 public ResCommon UpdateDebit(ReqDebitNote reqDebitNote)
 {
     return(InvoiceCall.UpdateDebit(reqDebitNote, StaticConst.SPUPDATEDEBIT));
 }
Пример #2
0
 public ResCommon InsertDebit(ReqDebitNote reqDebitNote)
 {
     return(InvoiceCall.InsertDebit(reqDebitNote, StaticConst.SPINSERTDEBIT));
 }