Exemplo n.º 1
0
 public System.Threading.Tasks.Task <SGSandBox.AxTestService.GetItemPriceResponse> GetItemPriceAsync(int itemId, int customerId)
 {
     SGSandBox.AxTestService.GetItemPriceRequest inValue = new SGSandBox.AxTestService.GetItemPriceRequest();
     inValue.Body            = new SGSandBox.AxTestService.GetItemPriceRequestBody();
     inValue.Body.itemId     = itemId;
     inValue.Body.customerId = customerId;
     return(((SGSandBox.AxTestService.AxTestServiceSoap)(this)).GetItemPriceAsync(inValue));
 }
Exemplo n.º 2
0
 public string GetItemPrice(int itemId, int customerId)
 {
     SGSandBox.AxTestService.GetItemPriceRequest inValue = new SGSandBox.AxTestService.GetItemPriceRequest();
     inValue.Body            = new SGSandBox.AxTestService.GetItemPriceRequestBody();
     inValue.Body.itemId     = itemId;
     inValue.Body.customerId = customerId;
     SGSandBox.AxTestService.GetItemPriceResponse retVal = ((SGSandBox.AxTestService.AxTestServiceSoap)(this)).GetItemPrice(inValue);
     return(retVal.Body.GetItemPriceResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <SGSandBox.AxTestService.GetItemPriceResponse> SGSandBox.AxTestService.AxTestServiceSoap.GetItemPriceAsync(SGSandBox.AxTestService.GetItemPriceRequest request)
 {
     return(base.Channel.GetItemPriceAsync(request));
 }
Exemplo n.º 4
0
 SGSandBox.AxTestService.GetItemPriceResponse SGSandBox.AxTestService.AxTestServiceSoap.GetItemPrice(SGSandBox.AxTestService.GetItemPriceRequest request)
 {
     return(base.Channel.GetItemPrice(request));
 }