Exemple #1
0
 public System.Data.DataSet Upload_Customer(string UserType, bool isOvereWrite, System.Data.DataSet ds, string OrganizationCode, string UserCode, out bool bReturn, out string errormsg)
 {
     iGST.Bill_Svc.Upload_CustomerRequest inValue = new iGST.Bill_Svc.Upload_CustomerRequest();
     inValue.UserType         = UserType;
     inValue.isOvereWrite     = isOvereWrite;
     inValue.ds               = ds;
     inValue.OrganizationCode = OrganizationCode;
     inValue.UserCode         = UserCode;
     iGST.Bill_Svc.Upload_CustomerResponse retVal = ((iGST.Bill_Svc.IBillService)(this)).Upload_Customer(inValue);
     bReturn  = retVal.bReturn;
     errormsg = retVal.errormsg;
     return(retVal.Upload_CustomerResult);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <iGST.Bill_Svc.Upload_CustomerResponse> Upload_CustomerAsync(iGST.Bill_Svc.Upload_CustomerRequest request)
 {
     return(base.Channel.Upload_CustomerAsync(request));
 }
Exemple #3
0
 iGST.Bill_Svc.Upload_CustomerResponse iGST.Bill_Svc.IBillService.Upload_Customer(iGST.Bill_Svc.Upload_CustomerRequest request)
 {
     return(base.Channel.Upload_Customer(request));
 }