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