domain driven design - DDD How to fetch a list of value objects -
i have domain model
customer
- aggregate root - because order can't exist without customerorder
- entityorderstatus
- value object
in form need list of orderstatuses
.
should fetch empty customer entity(ar) repository empty order entity containing list of orderstatuses? awkward.
i asked same thing time before. read link.
Comments
Post a Comment