public AggregateSurrogateSelector(IRegisteredGraph registeredGraph) { this.registeredGraph = registeredGraph; aggregateReferenceSurrogate = new AggregateReferenceSurrogate(); aggregateRootSurrogate = new AggregateRootSurrogate(aggregateReferenceSurrogate); }
public AggregateRootSurrogate(AggregateReferenceSurrogate referenceSurrogate) { this.referenceSurrogate = referenceSurrogate; }