4 references to Id
CatalogDb (4)
Model.cs (4)
15.OrderBy(ci => ci.Id) 17.Where(ci => before == null || ci.Id <= before) 18.Where(ci => after == null || ci.Id >= after) 58builder.Property(ci => ci.Id)