Make components load data from the in-memory repository. This will allow me to later load data from the server-side and load that into the main memory of the application.
Possible Solution
To load the data, I will make query commands that each component will induce on construction. These queries will reload data from the in-memory repository and update the presenters.
Make components load data from the in-memory repository. This will allow me to later load data from the server-side and load that into the main memory of the application.
Possible Solution
To load the data, I will make query commands that each component will induce on construction. These queries will reload data from the in-memory repository and update the presenters.