Develop the Mock Service

Develop a mock service for saving data in-memory.

add function

The mock service will interact with an in-memory custom database for saving the data. We have a list of CategoryDto. With every new issue, one instance of CategoryDto that has a name and parent identifier is added to the list. A ...