Example #1
0
 /**
  *
  */
 public void XoaTheLoai(string maTheLoai)
 {
     // TODO implement here
     try
     {
         theLoaiDAO.XoaTaiLieu(maTheLoai);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }