SEP-VIA-GROUP5 / SEP6

6th Semester Project
0 stars 1 forks source link

Database/dao singleton #47

Closed Titas212 closed 1 year ago

Titas212 commented 1 year ago

To remove boilerplate code in Dao class, I made it a singleton, so using interfaces through Dao methods is not necessary anymore, now you can just create Dao singleton, get the needed interface and use it's method.