Closed MZhoume closed 7 years ago
Hi all,
After further investigation, I found out that we do not need a DBAdapter as a middle layer for Dommel simply can act as such role itself. And also the use of Dommel and put IDBConnection in the constructor helps unit testing a lot. ;)
DBAdapter
Dommel
IDBConnection
Fixed with https://github.com/MZhoume/E6998S6/commit/12edd50b65ba5e635b033cd42741bd646d30bcc9
Hi all,
After further investigation, I found out that we do not need a
DBAdapter
as a middle layer forDommel
simply can act as such role itself. And also the use ofDommel
and putIDBConnection
in the constructor helps unit testing a lot. ;)