XRM-Server [BaseDao] Create new BaseDao and Refactor to Inherit
M-griffin opened this issue · 2 comments
M-griffin commented
XRM-Server [BaseDao] Create new BaseDao and Refactor to Inherit.
Use a Base Class for all standard SQL Calls. Removes lots of duplication and mistakes.
M-griffin commented
Completed BaseDao Class
Complete ConferenceDao refactoring
Complete OnelinerDao refactoring
Added Unit Tests for ConferenceDao to hit all BaseDao inherited methods [Pull Request #168]
M-griffin commented
Completed all BaseDao updates.
Initial Integration Tests completed for making sure everything is operational with new layout.