Ejemplo n.º 1
0
 public bool Save_Customer(string UserType, bool isOnlyDelete, BusinessObjects.CustomerInfo objCustomerInfo, string UserCode, out string errormsg)
 {
     iGST.Bill_Svc.Save_CustomerRequest inValue = new iGST.Bill_Svc.Save_CustomerRequest();
     inValue.UserType        = UserType;
     inValue.isOnlyDelete    = isOnlyDelete;
     inValue.objCustomerInfo = objCustomerInfo;
     inValue.UserCode        = UserCode;
     iGST.Bill_Svc.Save_CustomerResponse retVal = ((iGST.Bill_Svc.IBillService)(this)).Save_Customer(inValue);
     errormsg = retVal.errormsg;
     return(retVal.Save_CustomerResult);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <iGST.Bill_Svc.Save_CustomerResponse> Save_CustomerAsync(iGST.Bill_Svc.Save_CustomerRequest request)
 {
     return(base.Channel.Save_CustomerAsync(request));
 }
Ejemplo n.º 3
0
 iGST.Bill_Svc.Save_CustomerResponse iGST.Bill_Svc.IBillService.Save_Customer(iGST.Bill_Svc.Save_CustomerRequest request)
 {
     return(base.Channel.Save_Customer(request));
 }