public Suiker(IDrank drank)
 {
     this.Drank = drank;
 }
示例#2
0
 public Melk(IDrank drank)
 {
     this.Drank = drank;
 }