© 2026 Hedgehog Software, LLC
modelBuilder.ApplyConfigurationsFromAssembly(typeof(MyDbContext).Assembly);
new CategoryConfiguration().Configure(modelBuilder.Entity<Category>()); ... new CenterConfiguration().Configure(modelBuilder.Entity<Center>());