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