2 references to Catalog
MyFrontend (2)
Services\CatalogServiceClient.cs (2)
7public Task<Catalog?> GetItemsAsync(int? before = null, int? after = null) 18return client.GetFromJsonAsync<Catalog>($"api/v1/catalog/items/type/all/brand{query}");