Пример #1
0
 //lấy tên kỳ thi
 public string GetNameKyThi(string maHS)
 {
     try
     {
         return(hocSinh.GetNameKyThi(maHS));
     }
     catch (Exception Ex)
     {
         throw Ex;
     }
 }