Ejemplo n.º 1
0
 public async Task <ProductListResponse> ListAsync(ProductFilter filter = null)
 {
     return(await _client.GetAsync <ProductListResponse>($"products/{filter?.GetQueryString()}"));
 }