Example #1
0
 public List <PageDTO> getPageListDetailed(decimal projectId)
 {
     return(projectEntity.getPageListDetailed(projectId));
 }