0
serdar.genc@talentra.net created
- ABP Framework version: v4.4.2
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
https://community.abp.io/articles/abp-suite-how-to-add-the-user-entity-as-a-navigation-property-of-another-entity-furp75ex
this link doesn't work for v4.4.2
what is the difference ?
4 Answer(s)
-
0
Hi,
See: https://github.com/abpframework/abp/issues/8776
Because we have remove the
AppUser
entity in the 4.4 version, now, you just need to use theIdentityUser
entity. -
0
-
0
-
0