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