Example #1
0
 public ProjectDirection GetDirection(int id)
 {
     return(_projectDal.GetDirection(id));
 }