Exemple #1
0
 protected FnAggregateRoot(TId id, IStateApplier stateApplier)
     : base(id)
 {
     _stateApplier = stateApplier;
     Register(stateApplier);
 }
 public CustomerAggregate(CustomerId id, IStateApplier stateApplier) : base(id, stateApplier)
 {
 }