コード例 #1
0
ファイル: CommentService.cs プロジェクト: 81300988/miniqora
 public List <AnswerComment> CommentForAnswer(int userId, int answerId, string commentContent)
 {
     return(_commentRepository.CommentForAnswer(userId, answerId, commentContent));
 }