Esempio n. 1
0
 public ProjectDto GetProjectById(int id)
 {
     return(projectService.GetById(id));
 }