예제 #1
0
 public IEnumerable <ProjectDTO> GetPortalProjects([Required] string id)
 {
     return(_portalService.GetPortalProjects(id));
 }