0
jhulbertpmn created
- ABP Framework version: v8.0.4
- UI Type: Blazor Server
- Database System: EF Core (SQL Server)
I'd like to create a service similar to CurrentUser, which is registered for each login and contains a few details throughout the user session (but would like it to be separate from CurrentUser). For instance, something like ICurrentCompany, with a CompanyId. I was looking at occurrences of ICurrentUser throughout the framework source and may be missing something obvious - but I am not finding where it actually gets registered (I just see it accessed many times).
1 Answer(s)
-
0
Hello,
You can try to download the
Account.Pro
adnIdentity.Pro
modules to check the code.thanks