komarichyn / time-management

study project which show us how to implement todo list
0 stars 2 forks source link

Create DAO for Task #3

Closed komarichyn closed 3 years ago

komarichyn commented 3 years ago

Implement DAO for Task and create all necessary/addition entities for needs of this functionality.

DAO should contain methods for CRUD operation

during implementation for the functionality of DAO should be covered by junit tests