7 references to CatalogType
CatalogDb (7)
CatalogDbInitializer.cs (2)
51static List<CatalogType> GetPreconfiguredCatalogTypes() 61static List<CatalogItem> GetPreconfiguredItems(DbSet<CatalogBrand> catalogBrands, DbSet<CatalogType> catalogTypes)
Model.cs (5)
28public DbSet<CatalogType> CatalogTypes => Set<CatalogType>(); 36DefineCatalogType(builder.Entity<CatalogType>()); 39private static void DefineCatalogType(EntityTypeBuilder<CatalogType> builder) 131public required CatalogType CatalogType { get; set; }