Пример #1
0
 //tìm kỳ thi cho học sinh theo mã
 public List <DeVaCauHoiThiDTO> FindDeVaCauHoiTrongKyThi(string maHS)
 {
     try
     {
         return(hocSinh.FindDeVaCauHoiTrongKyThi(maHS));
     }
     catch (Exception Ex)
     {
         throw Ex;
     }
 }