示例#1
0
 public bool AddIdea(DirectionIdea idea)
 {
     return(_projectDal.AddIdea(idea));
 }