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