Пример #1
0
 //lấy lịch sử thi
 public IQueryable GetAllLichSuKetQuaThi(string maHS)
 {
     try
     {
         return(hocSinh.GetAllLichSuKetQuaThi(maHS));
     }
     catch (Exception Ex)
     {
         throw Ex;
     }
 }