1 reference to CatalogItem
MyFrontend (1)
Services\CatalogServiceClient.cs (1)
22
public record Catalog(int FirstId, int NextId, bool IsLastPage, IEnumerable<
CatalogItem
> Data);