Table of Contents

Interface ILogRepository<TEntity, TPrimaryKey>

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll

带有日志的泛型仓储接口

public interface ILogRepository<TEntity, TPrimaryKey> : IRepository<TEntity, TPrimaryKey>, IRepository where TEntity : EntityBase<TPrimaryKey>

Type Parameters

TEntity
TPrimaryKey
Inherited Members
Extension Methods