Exemple #1
0
 public FactoryAggregate(FactoryState state)
 {
     _state = state;
 }
 public FactoryAggregate(FactoryState aggregateState)
 {
     _aggregateState = aggregateState;
 }
Exemple #3
0
 public FactoryAggregate(FactoryState state)
 {
     _state = state;
 }