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