Esempio n. 1
0
 public ConcereteIterator(ConcreteAggregate aggregate)
 {
     this._aggregate = aggregate;
 }