Example #1
0
        public DataTable getAll(string id, string pass)
        {
            if (CheckService.checkID(id, pass) == 1)
            {
                CT_LopHocService ctlhsv = new CT_LopHocService();

                return(ctlhsv.getAll());
            }
            return(null);
        }