AlistairTait12 / FightWaste

The FightWaste console application - get a quick shopping list based on your meal plan
0 stars 0 forks source link

Feature/1 data access #10

Closed AlistairTait12 closed 1 year ago

AlistairTait12 commented 1 year ago

Added concrete implementation of accessing data stored in JSON format. Abstracted through IDataAccess, ModelRepository and IRepository. Tests to cover implementations.