Exemplo n.º 1
0
 public System.Threading.Tasks.Task <WebStartUp.kaspi.lab.service.GetProductResponse> GetProductAsync(int id)
 {
     WebStartUp.kaspi.lab.service.GetProductRequest inValue = new WebStartUp.kaspi.lab.service.GetProductRequest();
     inValue.Body    = new WebStartUp.kaspi.lab.service.GetProductRequestBody();
     inValue.Body.id = id;
     return(((WebStartUp.kaspi.lab.service.WebService1Soap)(this)).GetProductAsync(inValue));
 }
Exemplo n.º 2
0
 public WebStartUp.kaspi.lab.service.CurrentProductDTO GetProduct(int id)
 {
     WebStartUp.kaspi.lab.service.GetProductRequest inValue = new WebStartUp.kaspi.lab.service.GetProductRequest();
     inValue.Body    = new WebStartUp.kaspi.lab.service.GetProductRequestBody();
     inValue.Body.id = id;
     WebStartUp.kaspi.lab.service.GetProductResponse retVal = ((WebStartUp.kaspi.lab.service.WebService1Soap)(this)).GetProduct(inValue);
     return(retVal.Body.GetProductResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <WebStartUp.kaspi.lab.service.GetProductResponse> WebStartUp.kaspi.lab.service.WebService1Soap.GetProductAsync(WebStartUp.kaspi.lab.service.GetProductRequest request)
 {
     return(base.Channel.GetProductAsync(request));
 }
Exemplo n.º 4
0
 WebStartUp.kaspi.lab.service.GetProductResponse WebStartUp.kaspi.lab.service.WebService1Soap.GetProduct(WebStartUp.kaspi.lab.service.GetProductRequest request)
 {
     return(base.Channel.GetProduct(request));
 }