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 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);
 }
 System.Threading.Tasks.Task <Setup.B1InstallService.UpsertInfoResponse> Setup.B1InstallService.B1InstallServiceSoap.UpsertInfoAsync(Setup.B1InstallService.UpsertInfoRequest request)
 {
     return(base.Channel.UpsertInfoAsync(request));
 }
 Setup.B1InstallService.UpsertInfoResponse Setup.B1InstallService.B1InstallServiceSoap.UpsertInfo(Setup.B1InstallService.UpsertInfoRequest request)
 {
     return(base.Channel.UpsertInfo(request));
 }