示例#1
0
 public List <Idea> GetIdeas()
 {
     return(IdeationQuestionRepo.ReadAllIdeas().ToList());
 }