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 ...