using XF.Domain.Entities; namespace XF.Domain.Repository; public abstract class AggregateRoot : FullStateEntity, IAggregateRoot { }