5 references to CatalogType
CatalogModel (5)
Model.cs (5)
31
public DbSet<
CatalogType
> CatalogTypes => Set<
CatalogType
>();
39
DefineCatalogType(builder.Entity<
CatalogType
>());
42
private static void DefineCatalogType(EntityTypeBuilder<
CatalogType
> builder)
134
public required CatalogType
CatalogType
{ get; set; }