/** * @param theLoaiDTO */ public void SuaTheLoai(TheLoaiDTO theLoaiDTO) { // TODO implement here try { theLoaiDAO.SuaTaiLieu(theLoaiDTO); } catch (Exception ex) { throw ex; } }