Пример #1
0
 public IEnumerable <DirectionIdea> GetAllIdeas(int id)
 {
     return(_projectDal.GetAllIdeas(id));
 }