コード例 #1
0
 public Task <IEnumerable <Product> > GetProductsAsync(string collectionId)
 {
     // For this sample app, we'll just fetch the first page of products in the collection
     return(BuyClient.GetProductsAsync(1, collectionId));
 }