Develop the Mock Service
Develop a mock service for saving data in-memory.
We'll cover the following...
We'll cover the following...
add function
Let’s start with a simple add to the in-memory custom database, which is based on the Singleton pattern implemented as an enum.
Create operation
We will be looking at the mock service for the ...