Exemple #1
0
 public List <ProjectDto> GetAllProjectsByName(string name)
 {
     return(projectService.GetAllByName(name));
 }