示例#1
0
 public Report GetReport(int reportId)
 {
     return(IdeationQuestionRepo.ReadReport(reportId, false));
 }