예제 #1
0
 public IEnumerable <Idea> GetIdeas()
 {
     return(_ideaRepository.ReadIdeas());
 }