-
-
Notifications
You must be signed in to change notification settings - Fork 51
DDD clean architecture issue #143
Copy link
Copy link
Open
Labels
help wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Hi !
I've an issue with Facet while using a DDD Clean architecture, I can't make a registration of my dto because it is stored in my "Domain" project and my EFCore model is in my 'Infrastructure" project. So based on that I can't use it with out breaking DDD principle.
Do you have a solution ?
Best regards,
Neyzu