忽略
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
using System;
|
||||
|
||||
namespace Hncore.Infrastructure.DDD
|
||||
{
|
||||
public interface IEntity
|
||||
{
|
||||
|
||||
}
|
||||
public interface IEntity<TId>: IEntity
|
||||
{
|
||||
TId Id
|
||||
{
|
||||
get;
|
||||
}
|
||||
}
|
||||
}
|
||||
using System;
|
||||
|
||||
namespace Hncore.Infrastructure.DDD
|
||||
{
|
||||
public interface IEntity
|
||||
{
|
||||
|
||||
}
|
||||
public interface IEntity<TId>: IEntity
|
||||
{
|
||||
TId Id
|
||||
{
|
||||
get;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user