namespace Abp.Domain.Entities { /// /// A shortcut of for most used primary key type (). /// public interface IEntity : IEntity { } }