Develop the Mock Service

Develop a mock service for saving data in-memory.

We will not go over the management of Client and Account objects because we have seen it many times in the previous chapters. We will only look at how to manage the link between Client and Account. If you have any questions about this, the entire code is shared in the ...