Ejemplo n.º 1
0
 public ConcreateIterator(ConcreateAggregate aggregate)
 {
     this.aggregate = aggregate;
     this.current   = 0;
 }