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