Example #1
0
        public DataTable ShowSubjectNotRegister(string IDClass)
        {
            try
            {
                Grade grade = new Grade();
                grade.MaLH = int.Parse(IDClass);

                return(subjectDAO.ShowSubjectNotRegister(grade));
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }