Example #1
0
 public DataTable getByMaLop(string id, string pass, string malop)
 {
     if (CheckService.checkID(id, pass) == 1)
     {
         CT_LopHocService ctlhsv = new CT_LopHocService();
         return(ctlhsv.getByMaLop(malop));
     }
     return(null);
 }