예제 #1
0
        // Bind Courses BindClass_BL
        #region [Bind Courses]

        public DataSet BindCourses_BL(EWA_Common objEWA)
        {
            try
            {
                DL_Common objDL = new DL_Common();
                DataSet   ds    = objDL.BindCourses_DL(objEWA);
                return(ds);
            }
            catch (Exception exp)
            {
                throw exp;
            }
        }