示例#1
0
 public IEnumerable <Field> GetAllFields(int ideaId)
 {
     return(IdeationQuestionRepo.ReadAllFields(ideaId));
 }