示例#1
0
 public Task <ProductModel[]> GetProducts(ProductQuery query)
 {
     return(WcfClient.GetProductsAsync(query));
 }