Develop the Mock Service
Develop a mock service for saving data in-memory.
We'll cover the following...
add
function
The mock service will interact with an in-memory customary database to save the data. This will be consumed by the mock user interface. We have a list of ItemDto
with every new topic one instance of ItemDto
that has an ...