IRepository<TEntity, TKey> 是
IRepository<TEntity> +
IReadOnlyBasicRepository<TEntity, TKey> +
IBasicRepository<TEntity, TKey> 的复合。日常使用直接注入这一个接口就够了。
ABP 仓储模式源码解读:自动过滤是如何实现的
未经允许不得转载:小狮博客 » ABP 仓储模式源码解读:自动过滤是如何实现的
IRepository<TEntity, TKey> 是
IRepository<TEntity> +
IReadOnlyBasicRepository<TEntity, TKey> +
IBasicRepository<TEntity, TKey> 的复合。日常使用直接注入这一个接口就够了。