예제 #1
0
 public Report FindReport(User user, Comment comment)
 {
     return(_ideationRepository.ReadReportByDetails(user, comment));
 }