コード例 #1
0
ファイル: CandidateBLL.cs プロジェクト: maheshf/VWback
        //public DataSet GetAllCoursesByPGUG(string PGUG)
        //{
        //    return dsCandidateBLL = candidateDAL.GetAllCoursesByPGUG(PGUG);
        //}

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