Beispiel #1
0
 public Project FindByKey(int _Id)
 {
     return(new Project(projectDao.FindByKey(_Id)));
 }