protected Repository(NiboExtractBankDbContext db) { Db = db; DbSet = db.Set <TEntity>(); }
public ExtractBankRepository(NiboExtractBankDbContext context) : base(context) { }