Пример #1
0
 public CombinationDecoratorAnswer(AbstractStudent student) : base(student)
 {
 }
Пример #2
0
 public CombinationBase(AbstractStudent student)
 {
     this.abstractStudent = student;
 }
Пример #3
0
 public CombinationDecoratorCode(AbstractStudent student) : base(student)
 {
 }