Ejemplo n.º 1
0
 public RandomIterator(ConcreteAggregate aggregate)
 {
     this.aggregate = aggregate;
     questions      = aggregate.GetQuestions();
     random         = new Random();
 }