Entity with relation to BlazorHeroUser (Using features in Application Layer) #404
Unanswered
jeremiedevos
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When implementing a new Feature in the Application layer i was not able to access the BlazorHeroUser class. This is needed to create the foreign key from my entity to BlazorHeroUser.
When looking at the ChatService I found that @iammukeshm does the logic in the ChatService (Infrastructure) and not within the Application layer as a feature.
Is there a correct way of handling this? I would like to use the features structure because it is more SOLID and better in my opinion.
Has anyone gotten this to work?
Beta Was this translation helpful? Give feedback.
All reactions