1 write to catalog
MyFrontend (1)
Components_Pages_Home_razor.g.cs (1)
429
catalog
= await CatalogService.GetItemsAsync(Before, After);
6 references to catalog
MyFrontend (6)
Components_Pages_Home_razor.g.cs (6)
163
if (
catalog
is { Data: var data })
431
if (
catalog
is null)
436
paginationInfo = new PaginationInfo(
catalog
.FirstId,
catalog
.NextId,
catalog
.FirstId > 1, !
catalog
.IsLastPage);