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