示例#1
0
 public List <PanelDTO> getPanelList(decimal projectId)
 {
     return(dashboardEntity.getPanelList(projectId));
 }