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); }
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)); }
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)); }
WebStartUp.kaspi.lab.service.GetTopProductResponse WebStartUp.kaspi.lab.service.WebService1Soap.GetTopProduct(WebStartUp.kaspi.lab.service.GetTopProductRequest request) { return(base.Channel.GetTopProduct(request)); }