Develop the Mock Service

Develop a mock service for saving data in-memory.

We will not describe the management of the Member object because we have seen it many times in the previous chapters. We will only look at how to manage the link between the two instances of Member.

add function

The mock service will be incorporated with an in-memory standard database for saving the data. It will then be used by the mock user interface. We will begin to add functionality. We have a list of MemberMemberDto. With every new record, one instance of MemberMemberDto that has two instances of MemberDto is added to the list.

Get hands-on with 1200+ tech skills courses.