Esempio n. 1
0
 public List <De> LayDanhSachDe(string doKho, string maHS)
 {
     try
     {
         return(hocSinh.LayDanhSachDe(doKho, maHS));
     }
     catch (Exception Ex)
     {
         throw Ex;
     }
 }