コード例 #1
0
 public SubjectCommentController(ISubjectCommentRepository subjectCommentRepository)
 {
     _subjectCommentRepository = subjectCommentRepository;
 }