Using Domain Entities as an Input or Output Model
Learn how to use domain entities as an input or output model in your projects.
We'll cover the following
If we have an Account
domain entity and an incoming port SendMoneyUseCase
, we might be tempted to use the entity as the input and/or output model of the incoming port, as the figure below shows:
Using domain entities as input model
Get hands-on with 1400+ tech skills courses.