komarichyn / time-management

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

ITaskService.java uncomment a few methods. #39

Closed RayWayy closed 3 years ago

RayWayy commented 3 years ago

Create class TaskServiceImpl.java and implement there method where I understand. When methods will be fine I add to each log. Also I have question to addComment and removeComment methods. I think need to add getById method to ITaskService.java for comment. Or is another way to realize this methods.