using XF.Domain.Entities; namespace Hotline.Exams.Base { public interface IParentEntity { public string? ParentId { get; set; } } }