3 references to Catalog
MyFrontend (3)
Components_Pages_Home_razor.g.cs (1)
418Catalog? catalog;
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}");