Question: How to handle multiple entities in same domain #179
EugenPulup
announced in
Announcements
Replies: 1 comment
-
Yes, just put it into the same module. Each module can have multiple entities if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If i have situation, when some 'Entity1' has relation with 'Entity2', but 'Entity2' are related and work only with 'Entity1' logic, so separating it to another Module it seems overhead. Should i just add Entity2 to Entity1 domain and add separate Repository for it ?
Beta Was this translation helpful? Give feedback.
All reactions