Relation between ApplicationUser model and other models #774
Replies: 4 comments 2 replies
-
I've been going through this myself looking at how to gain the same kind of functionality. Just seems odd to me that this has been overlooked. |
Beta Was this translation helpful? Give feedback.
-
Sometimes, we also need to overlook things as well to make it work. |
Beta Was this translation helpful? Give feedback.
-
I have made it a navigation property to replated application user in my project using this clean architecture. |
Beta Was this translation helpful? Give feedback.
-
My take on this.
|
Beta Was this translation helpful? Give feedback.
-
ApplicationUser model is located in Infrastructure layer. Other models are in the Domain layer.We know that the Domain layer has no access to the Infrastructure layer.
Question: What should we do if we need a relation between a model in the domain layer and ApplicationUser?
Beta Was this translation helpful? Give feedback.
All reactions