0
netaji created
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes / no
We are using file management module and also wanted to create new modules. how to inject OrganizationUnitManager in these additional modules to use its functionality
1 Answer(s)
-
0
hi
You need to depend on
AbpIdentityDomainModule
&AbpIdentityEntityFrameworkCoreModule
and then injectOrganizationUnitManager
.