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