Develop the Data Transfer Object
Explore how to develop data transfer objects by creating EstateDto and its subtypes BuildingDto and LandDto. Understand their roles in the user interface and prepare for implementing mock services in concrete table inheritance models.
We'll cover the following...
We'll cover the following...
We will divide the user interface development into the following three tasks:
- The data transfer object