public ProjectAggregateUnitOfWork( ProjectAggregateCommandContext dbContext, IMutatableRepository <ProjectAggregate> projectAggregates) { ProjectAggregates = projectAggregates; _dbContext = dbContext; }
public ProjectAggregateEfRepository(ProjectAggregateCommandContext dbContext) : base(dbContext) { }