public CombinationDecoratorAnswer(AbstractStudent student) : base(student)
 {
 }
Beispiel #2
0
 public CombinationBase(AbstractStudent student)
 {
     this.abstractStudent = student;
 }
Beispiel #3
0
 public CombinationDecoratorCode(AbstractStudent student) : base(student)
 {
 }