Exemple #1
0
 public List <Project> GetListBySolutionId(int solutionId)
 {
     return(_projectDal.GetListBySolution(solutionId));
 }