示例#1
0
 public DirectionIdea GetIdeaById(int id)
 {
     return(_projectDal.GetIdeaById(id));
 }