6 lines
110 B
C#
6 lines
110 B
C#
namespace Hncore.Infrastructure.DDD
|
|
{
|
|
public interface IAggregateRoot<TId> : IEntity<TId>
|
|
{
|
|
}
|
|
} |