Interface IRepository<TEntity>
默认Guid主键类型仓储
public interface IRepository<TEntity> : ILogRepository<TEntity, Guid>, IRepository<TEntity, Guid>, IRepository where TEntity : GuidEntityBase
Type Parameters
TEntity
- Inherited Members
- Extension Methods