Exemple #1
0
 public bool Save_Bill(bool isOnlyDelete, BusinessObjects.InvoiceInfo objBillInfo, string UserCode, out string errormsg)
 {
     iGST.Bill_Svc.Save_BillRequest inValue = new iGST.Bill_Svc.Save_BillRequest();
     inValue.isOnlyDelete = isOnlyDelete;
     inValue.objBillInfo  = objBillInfo;
     inValue.UserCode     = UserCode;
     iGST.Bill_Svc.Save_BillResponse retVal = ((iGST.Bill_Svc.IBillService)(this)).Save_Bill(inValue);
     errormsg = retVal.errormsg;
     return(retVal.Save_BillResult);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <iGST.Bill_Svc.Save_BillResponse> Save_BillAsync(iGST.Bill_Svc.Save_BillRequest request)
 {
     return(base.Channel.Save_BillAsync(request));
 }
Exemple #3
0
 iGST.Bill_Svc.Save_BillResponse iGST.Bill_Svc.IBillService.Save_Bill(iGST.Bill_Svc.Save_BillRequest request)
 {
     return(base.Channel.Save_Bill(request));
 }