예제 #1
0
 public Project getProjectById(int id)
 {
     return(projectRepo.GetEntity(x => x.Id == id));
 }