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