add support for Dynamic Entity Registration in DbContext by Provides IXEntityRegisterar interface and XBaseEntityRegisterar as an abstract Implementation ...

all other requirements handled inside Module.
This commit is contained in:
2026-05-26 22:06:38 +03:30
parent 3d274c347f
commit 1dbda46d4c
8 changed files with 474 additions and 8 deletions
+5
View File
@@ -12,6 +12,7 @@ using xDataService.Constants;
using xDataService.Extensions;
using xDataService.Helpers;
using xDataService.Models;
using xDataService.Providers;
using xExceptions.Constants;
namespace xDataService.DI
@@ -189,6 +190,10 @@ namespace xDataService.DI
return;
}
//
// Register Handler Service ...
source.AddSingleton<XEntityRegisterarHandlerService>();
//
// Configure Database Descriptor ...
descriptor.Configure(source);