public AuthRepository(BibleDbContext bibleDbContext) { DbContext = bibleDbContext; }
public Repository(BibleDbContext dbContext) { DbContext = dbContext; }