示例#1
0
        //public DataSet GetAllCoursesByPGUG(string PGUG)
        //{
        //    return dsCandidateBLL = candidateDAL.GetAllCoursesByPGUG(PGUG);
        //}

        public DataSet GetAllCourseTypes()
        {
            return(dsCandidateBLL = candidateDAL.GetAllCourseTypes());
        }