示例#1
0
 public SqlRepository(IDataContext context, ILoggerRepository logger, IChacheRepository <T> cache) : this(context, logger)
 {
     _cache = cache;
 }
示例#2
0
 public SqlRepository(IDataContext context, IChacheRepository <T> cache) : this(context)
 {
     _cache = cache;
 }
示例#3
0
 public CockroachRepository(ICockRoachContext c**k, IChacheRepository <T> cache) : this(c**k)
 {
     _cache = cache;
 }