last ...
This commit is contained in:
@@ -111,14 +111,6 @@ namespace xDataService.Db
|
||||
// Automatically apply all IEntityTypeConfiguration<T> in this assembly
|
||||
modelBuilder.ApplyConfigurationsFromAssembly(typeof(XDbContext).Assembly);
|
||||
|
||||
//
|
||||
// Extract Entity Container Assemblies ...
|
||||
var entityAssemblies = XDataServiceHelper.ExtractEntityAssemblies();
|
||||
foreach(var assembly in entityAssemblies)
|
||||
{
|
||||
modelBuilder.ApplyConfigurationsFromAssembly(assembly);
|
||||
}
|
||||
|
||||
//
|
||||
// Check Dynamic Registered Service is Exists or not ...
|
||||
if (!dynamicEntityHandlers.IsNull())
|
||||
|
||||
Reference in New Issue
Block a user