Class PeerEfCoreRepository
Inheritance
System.Object
PeerEfCoreRepository
Namespace: Catalyst.Core.Lib.Repository
Assembly: Catalyst.Core.Lib.dll
Syntax
public class PeerEfCoreRepository : EfCoreRepository<PeerDao, string>
Constructors
| Improve this Doc View SourcePeerEfCoreRepository(IDbContext, ICachingStrategy<PeerDao, String>)
Declaration
public PeerEfCoreRepository(IDbContext dbContext, ICachingStrategy<PeerDao, string> cachingStrategy = null)
Parameters
Type | Name | Description |
---|---|---|
IDbContext | dbContext | |
ICachingStrategy<PeerDao, System.String> | cachingStrategy |