初始提交
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Hncore.Infrastructure.DDD
|
||||
{
|
||||
public interface IAggregateRoot<TId> : IEntity<TId>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user