Esempio n. 1
0
 public IEnumerable <Ideation> GetAllAdminIdeations(int projectId)
 {
     return(_ideationRepository.ReadAllAdminIdeations(projectId));
 }