상속: 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;
 }