public UnitOfWork(TTTContext context) { this.context = context; }
public GenericRepository(TTTContext context) { this.context = context; dbSet = context.Set <TEntity>(); }