Exemple #1
0
 public Ideation GetIdeationWithQuestions(int ideationId)
 {
     return(_ideationRepository.ReadIdeationWithQuestions(ideationId));
 }