public Repository(LodgingContext context) { _db = context.Set <TEntity>(); }
protected Repository(LodgingContext context) { _db = context.Set <TEntity>(); }