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