예제 #1
0
 public AdminDashboardWrapper(int adminId)
 {
     OwnProjects = projectDAO.getAllProjects();
     FillUsersInGroups();
 }