예제 #1
0
        public List <QuestionSet> GetQuestionSetsForDepartment(int departmentID)
        {
            List <QuestionSet> qSets = SqlManager.GetAllDepartmentQuestionSets(departmentID);

            return(qSets);
        }