dmytrokohut/ChatService

Create DAO methods based on created interfaces

Closed this issue · 2 comments

The next task is implementing created DAO interfaces. During execution this ticket it is necessary to execute following subtasks:

  1. Implement ChatRoomDAOService class based on IChatRoomDAOService interface.
  2. Implement UserDAOService class based on IUserDAOService interface.
  3. Implement MessageDAOService class based on IMessageDAOService interface.

The ticket has done.

Services and tests were created.