Exemplo n.º 1
0
 public List <DeVaCauHoiDTO> GetAllDeThi(string maHS)
 {
     try
     {
         return(hocSinh.GetAllDeThi(maHS));
     }
     catch (Exception Ex)
     {
         throw Ex;
     }
 }