Inheritance: DbContext
Esempio n. 1
0
 public PersistedRepository(JabbrContext db)
 {
     _db = db;
 }
Esempio n. 2
0
 public PersistedRepository(JabbrContext db)
 {
     _db = db;
 }
Esempio n. 3
0
 public SettingsManager(ICache cache, JabbrContext context)
 {
     _cache = cache;
     _context = context;
 }