Understanding Agrregates
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <[email protected]> |
If I have a Customer and a Product and they are related by a Account. Account than is a Aggregate? I will have: Entity\Customer Entity\Product Aggregate\Account Or my Account still an Entity?