Example #1
0
 public AggregateIterator(ConcreteAggregate aggregate)
 {
     this._aggregate = aggregate;
     _index = 0;
 }