示例#1
0
 public IEnumerable <Report> GetAllReportsByIdea(int ideaId)
 {
     return(IdeationQuestionRepo.ReadAllReportsByIdea(ideaId));
 }