using System;
namespace Hncore.Infrastructure.DDD
{
public interface IEntity
}
public interface IEntity<TId>: IEntity
TId Id
get;