using Abp.Domain.Entities; namespace Abp.Domain.Repositories { /// /// A shortcut of for most used primary key type (). /// /// Entity type public interface IRepository : IRepository where TEntity : class, IEntity { } }