Example #1
0
 public USO.Infrastructure.R3CustomerSalesAreaWebService.ZrfcCreateSaResponse ZrfcCreateSa(USO.Infrastructure.R3CustomerSalesAreaWebService.ZrfcCreateSa ZrfcCreateSa1)
 {
     USO.Infrastructure.R3CustomerSalesAreaWebService.ZrfcCreateSaRequest inValue = new USO.Infrastructure.R3CustomerSalesAreaWebService.ZrfcCreateSaRequest();
     inValue.ZrfcCreateSa = ZrfcCreateSa1;
     USO.Infrastructure.R3CustomerSalesAreaWebService.ZrfcCreateSaResponse1 retVal = ((USO.Infrastructure.R3CustomerSalesAreaWebService.ZWS_ZRFC_CREATE_SA)(this)).ZrfcCreateSa(inValue);
     return(retVal.ZrfcCreateSaResponse);
 }
Example #2
0
 public System.Threading.Tasks.Task <USO.Infrastructure.R3CustomerSalesAreaWebService.ZrfcCreateSaResponse1> ZrfcCreateSaAsync(USO.Infrastructure.R3CustomerSalesAreaWebService.ZrfcCreateSa ZrfcCreateSa)
 {
     USO.Infrastructure.R3CustomerSalesAreaWebService.ZrfcCreateSaRequest inValue = new USO.Infrastructure.R3CustomerSalesAreaWebService.ZrfcCreateSaRequest();
     inValue.ZrfcCreateSa = ZrfcCreateSa;
     return(((USO.Infrastructure.R3CustomerSalesAreaWebService.ZWS_ZRFC_CREATE_SA)(this)).ZrfcCreateSaAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <USO.Infrastructure.R3CustomerSalesAreaWebService.ZrfcCreateSaResponse1> USO.Infrastructure.R3CustomerSalesAreaWebService.ZWS_ZRFC_CREATE_SA.ZrfcCreateSaAsync(USO.Infrastructure.R3CustomerSalesAreaWebService.ZrfcCreateSaRequest request)
 {
     return(base.Channel.ZrfcCreateSaAsync(request));
 }
Example #4
0
 USO.Infrastructure.R3CustomerSalesAreaWebService.ZrfcCreateSaResponse1 USO.Infrastructure.R3CustomerSalesAreaWebService.ZWS_ZRFC_CREATE_SA.ZrfcCreateSa(USO.Infrastructure.R3CustomerSalesAreaWebService.ZrfcCreateSaRequest request)
 {
     return(base.Channel.ZrfcCreateSa(request));
 }