Beispiel #1
0
 public List <ContentDTO> getProjectContentList(decimal projectId)
 {
     return(projectEntity.getProjectContentList(projectId));
 }