接口文件
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Hncore.Infrastructure.DDD
|
||||
{
|
||||
public abstract class AggregateRoot<TId> : Entity<TId>, IAggregateRoot<TId>
|
||||
{
|
||||
public AggregateRoot()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user