7 references to CatalogBrand
CatalogDb (7)
CatalogDbInitializer.cs (2)
40
static List<
CatalogBrand
> GetPreconfiguredCatalogBrands()
61
static List<CatalogItem> GetPreconfiguredItems(DbSet<
CatalogBrand
> catalogBrands, DbSet<CatalogType> catalogTypes)
Model.cs (5)
27
public DbSet<
CatalogBrand
> CatalogBrands => Set<
CatalogBrand
>();
32
DefineCatalogBrand(builder.Entity<
CatalogBrand
>());
83
private static void DefineCatalogBrand(EntityTypeBuilder<
CatalogBrand
> builder)
134
public required CatalogBrand
CatalogBrand
{ get; set; }