Show / Hide Table of Contents

    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 Source

    PeerEfCoreRepository(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
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network