コード例 #1
0
ファイル: IdeationManager.cs プロジェクト: ka2ya/cityOfIdeas
 public Report ReportComment(Report report)
 {
     return(_ideationRepository.CreateReport(report));
 }