Exemplo n.º 1
0
 public WebStartUp.kaspi.lab.service.ProductDTO[] GetTopProduct()
 {
     WebStartUp.kaspi.lab.service.GetTopProductRequest inValue = new WebStartUp.kaspi.lab.service.GetTopProductRequest();
     inValue.Body = new WebStartUp.kaspi.lab.service.GetTopProductRequestBody();
     WebStartUp.kaspi.lab.service.GetTopProductResponse retVal = ((WebStartUp.kaspi.lab.service.WebService1Soap)(this)).GetTopProduct(inValue);
     return(retVal.Body.GetTopProductResult);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <WebStartUp.kaspi.lab.service.GetTopProductResponse> GetTopProductAsync()
 {
     WebStartUp.kaspi.lab.service.GetTopProductRequest inValue = new WebStartUp.kaspi.lab.service.GetTopProductRequest();
     inValue.Body = new WebStartUp.kaspi.lab.service.GetTopProductRequestBody();
     return(((WebStartUp.kaspi.lab.service.WebService1Soap)(this)).GetTopProductAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <WebStartUp.kaspi.lab.service.GetTopProductResponse> WebStartUp.kaspi.lab.service.WebService1Soap.GetTopProductAsync(WebStartUp.kaspi.lab.service.GetTopProductRequest request)
 {
     return(base.Channel.GetTopProductAsync(request));
 }
Exemplo n.º 4
0
 WebStartUp.kaspi.lab.service.GetTopProductResponse WebStartUp.kaspi.lab.service.WebService1Soap.GetTopProduct(WebStartUp.kaspi.lab.service.GetTopProductRequest request)
 {
     return(base.Channel.GetTopProduct(request));
 }