IAggregateRoot.cs 70 B

123456
  1. namespace XF.Domain.Entities;
  2. public interface IAggregateRoot
  3. {
  4. }