Example #1
0
 public List <User> GetAllUsersNotInProject(int projectId)
 {
     return(_projectDAO.GetAllUsersNotInProject(projectId));
 }