Are DTO anemic model/anemic value object?

Viewed 997

An anemic model is a model without ...

"Anemic domain model is the use of a software domain model where the domain objects contain little or no business logic (validations, calculations, business rules etc.)."

Is a DTO an anemic model without business Logic? And, again, a balie object without its business Logic?

1 Answers
Related