public RepositoryBase(FirstOfAllContext context) { _context = context; DbSet = _context.Set <TEntity>(); }
public CustomerRepository(FirstOfAllContext context) : base(context) { }