Exemple #1
0
 public Project GetById(int id)
 {
     return(_projectDal.GetById(id));
 }