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