コード例 #1
0
 public FactoryAggregate(FactoryState state)
 {
     _state = state;
 }
コード例 #2
0
 public FactoryAggregate(FactoryState aggregateState)
 {
     _aggregateState = aggregateState;
 }
コード例 #3
0
ファイル: factory.cs プロジェクト: PeddleM/btw-samples
 public FactoryAggregate(FactoryState state)
 {
     _state = state;
 }