CreateCommentUseCase constructor

CreateCommentUseCase(
  1. CommentsRepository repository
)

Implementation

CreateCommentUseCase(this.repository);