Example #1
0
 public EkImageCache(
     db dbContext)
 {
     _dbContext = dbContext;
 }
Example #2
0
 public DbPersistentCache(
     db dbContext)
 {
     _dbContext = dbContext;
 }