4 lines
78 B
C#
4 lines
78 B
C#
namespace Common.Domain.Abstractions;
|
|
|
|
public interface IAggregateRoot { }
|
namespace Common.Domain.Abstractions;
|
|
|
|
public interface IAggregateRoot { }
|