Ejemplo n.º 1
0
 public Task <IEnumerable <Product> > GetAllProductsAsync()
 {
     // For this sample app, "all" products will just be the first page of products
     return(BuyClient.GetProductPageAsync(1));
 }