Domain driven design: Manager and service
Posted
by ryudice
on Stack Overflow
See other posts from Stack Overflow
or by ryudice
Published on 2010-03-12T23:14:51Z
Indexed on
2010/03/12
23:17 UTC
Read the original article
Hit count: 545
I'm creating some business logic in the application but I'm not sure how or where to encapsulate it, I've used the repository pattern for data access, I've seen some projects that use DDD that have some classes with the "Service" suffix and the "manager" suffix, what are each of this clases suppose to take care of in DDD?
© Stack Overflow or respective owner