Can an AppUser : IdentityUser get linked to an Employee-entity while keeping separation of concerns with Dependency inversion in Clean architecture
I have chosen to define ApplicationUser class like this in the infrastructure-layer:
I have chosen to define ApplicationUser class like this in the infrastructure-layer: