public AuthRepository(BibleDbContext bibleDbContext)
 {
     DbContext = bibleDbContext;
 }
Exemple #2
0
 public Repository(BibleDbContext dbContext)
 {
     DbContext = dbContext;
 }