Exemple #1
0
 public bool Save_TaxCountryMap(bool isOnlyDelete, BusinessObjects.TaxCountryMapInfo objBankInfo, BusinessObjects.UserInfo objUserInfo, out string errormsg)
 {
     iGST.iGst_Svc.Save_TaxCountryMapRequest inValue = new iGST.iGst_Svc.Save_TaxCountryMapRequest();
     inValue.isOnlyDelete = isOnlyDelete;
     inValue.objBankInfo  = objBankInfo;
     inValue.objUserInfo  = objUserInfo;
     iGST.iGst_Svc.Save_TaxCountryMapResponse retVal = ((iGST.iGst_Svc.IGSTService)(this)).Save_TaxCountryMap(inValue);
     errormsg = retVal.errormsg;
     return(retVal.Save_TaxCountryMapResult);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <iGST.iGst_Svc.Save_TaxCountryMapResponse> Save_TaxCountryMapAsync(iGST.iGst_Svc.Save_TaxCountryMapRequest request)
 {
     return(base.Channel.Save_TaxCountryMapAsync(request));
 }
Exemple #3
0
 iGST.iGst_Svc.Save_TaxCountryMapResponse iGST.iGst_Svc.IGSTService.Save_TaxCountryMap(iGST.iGst_Svc.Save_TaxCountryMapRequest request)
 {
     return(base.Channel.Save_TaxCountryMap(request));
 }