예제 #1
0
 public Report ReportComment(Report report)
 {
     return(_ideationRepository.CreateReport(report));
 }