This commit is contained in:
gushakov
2021-12-13 10:33:08 +01:00
parent 2117369bf7
commit cb50007812

View File

@@ -7,7 +7,7 @@ An example of a Clean architecture DDD application.
Here are some references and links which were used for this application:
1. [Related SO question](https://stackoverflow.com/questions/54013963/ddd-approach-where-to-enforce-business-rules-without-aggregate)
- Interesting question also involving academic domain
- Interesting relevant question also involving academic domain
2. [Transactional, roll back transaction manually](https://stackoverflow.com/a/23502214)