namespace AyCode.Interfaces.Entities; public interface IAcSoftRemoveEntity : IEntity { /// /// Gets or sets a value indicating whether the entity has been deleted /// bool Deleted { get; set; } }