m-flak / matts

"Matthew's ATS" - Portfolio Project - A fully functional job board! Deploys to Azure and uses Azure Functions.
GNU Affero General Public License v3.0
1 stars 0 forks source link

Data Access Refactor: Refactor to use new library #43

Open m-flak opened 4 months ago

m-flak commented 4 months ago

I want to replace the over-complicated DAO implementations with clean invocations to the classes being developed in #42 , so that my application remains maintainable as it grows in size.