Пример #1
0
 public Suiker(IDrank drank)
 {
     this.Drank = drank;
 }
Пример #2
0
 public Melk(IDrank drank)
 {
     this.Drank = drank;
 }