AggregateRoot.cs 137 B

12345678
  1. using XF.Domain.Entities;
  2. namespace XF.Domain.Repository;
  3. public abstract class AggregateRoot : FullStateEntity, IAggregateRoot
  4. {
  5. }