Skip to content

Commit d2ef1c2

Browse files
authored
Update README.md
1 parent 1dc25f6 commit d2ef1c2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Diff for: README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,14 @@
120120
- Domain services can be consumed from bith Application Services and Domain Model.
121121
- Use it when: A domain concept that involves multiple entities, but you are unsure about whic entity "owns" the behaviour. It doesnt appear to belong to any of them, and it seens awakard when you try to force fit it onto either of them. This Pattern of thinking is a strong indicator of the need for a domain service.
122122

123-
- Encapulating Business Policies and Process
124-
125-
123+
- Used ti Encapulating Business Policies and Process
126124

125+
- Representing contracts
126+
- In the service layer to make external API calls
127127

128+
- Utilizing domain Services
129+
- Calling in the service layer
130+
- Injecting it into the Domain Objects / Aggregates
128131

129132

130133
### Inspired By

0 commit comments

Comments
 (0)