ddd-by-examples / library

A comprehensive Domain-Driven Design example with problem space strategic analysis and various tactical patterns.
MIT License
4.88k stars 723 forks source link

Question about aggregates #72

Open alirezarahmani opened 2 years ago

alirezarahmani commented 2 years ago

According to this: Business logic one aggregate can never depend on a state from another aggregate: why in the patron model you inject the book model?