public string UpsertInfo(eBizChargeForSAP.B1InstallService.SAPB1Install b1info)
 {
     eBizChargeForSAP.B1InstallService.UpsertInfoRequest inValue = new eBizChargeForSAP.B1InstallService.UpsertInfoRequest();
     inValue.Body        = new eBizChargeForSAP.B1InstallService.UpsertInfoRequestBody();
     inValue.Body.b1info = b1info;
     eBizChargeForSAP.B1InstallService.UpsertInfoResponse retVal = ((eBizChargeForSAP.B1InstallService.B1InstallServiceSoap)(this)).UpsertInfo(inValue);
     return(retVal.Body.UpsertInfoResult);
 }
 public System.Threading.Tasks.Task <eBizChargeForSAP.B1InstallService.UpsertInfoResponse> UpsertInfoAsync(eBizChargeForSAP.B1InstallService.SAPB1Install b1info)
 {
     eBizChargeForSAP.B1InstallService.UpsertInfoRequest inValue = new eBizChargeForSAP.B1InstallService.UpsertInfoRequest();
     inValue.Body        = new eBizChargeForSAP.B1InstallService.UpsertInfoRequestBody();
     inValue.Body.b1info = b1info;
     return(((eBizChargeForSAP.B1InstallService.B1InstallServiceSoap)(this)).UpsertInfoAsync(inValue));
 }
 public GetInfoByDomainResponseBody(eBizChargeForSAP.B1InstallService.SAPB1Install GetInfoByDomainResult)
 {
     this.GetInfoByDomainResult = GetInfoByDomainResult;
 }
 public UpsertInfoRequestBody(eBizChargeForSAP.B1InstallService.SAPB1Install b1info)
 {
     this.b1info = b1info;
 }