示例#1
0
 public List <QuestionComment> CommentForQuestion(int userId, int questionId, string commentContent)
 {
     return(_commentRepository.CommentForQuestion(userId, questionId, commentContent));
 }