Interface ILogRepository<TEntity, TPrimaryKey>
带有日志的泛型仓储接口
public interface ILogRepository<TEntity, TPrimaryKey> : IRepository<TEntity, TPrimaryKey>, IRepository where TEntity : EntityBase<TPrimaryKey>
Type Parameters
TEntity
TPrimaryKey
- Inherited Members
- Extension Methods