Exemplo n.º 1
0
 IEnumerable <Idea> IIdeasService.GetAllIdeas()
 {
     return(_ideasRepository.GetAllIdeas());
 }