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