示例#1
0
 public Idea GetIdea(int ideaId)
 {
     return(IdeationQuestionRepo.ReadWithFields(ideaId));
 }