Beispiel #1
0
 public ConcreteIterater(ConcreteAggregate aggregate)
 {
     this._aggregate = aggregate;
 }