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