예제 #1
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));
 }
예제 #2
0
 public ZrfcCreateSaRequest(USO.Infrastructure.R3CustomerSalesAreaWebService.ZrfcCreateSa ZrfcCreateSa)
 {
     this.ZrfcCreateSa = ZrfcCreateSa;
 }
예제 #3
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);
 }