Exemplo n.º 1
0
 public List <AnswerComment> CommentForAnswer(int userId, int answerId, string commentContent)
 {
     return(_commentRepository.CommentForAnswer(userId, answerId, commentContent));
 }