Develop the Data Transfer Object

We will look define the data transfer object in this lesson.

We'll cover the following

The three tasks we study during the development of the mock user interface are the following:

  • Making the data transfer object
  • The mock service
  • The mock user interface

We will study them one by one.

Data transfer object

The MemberDto data transfer object has an identifier and the name of the member. The join object MemberMemberDto has two instances of MemberDto.

Get hands-on with 1200+ tech skills courses.