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