GetAllCommentsUseCase constructor

GetAllCommentsUseCase(
  1. CommentsRepository repository
)

Implementation

GetAllCommentsUseCase(this.repository);