Beispiel #1
0
 public Avellana(Bebida bebida)
 {
     this.bebida = bebida;
 }
 public Expresso(Bebida bebida)
 {
     this.bebida = bebida;
 }
Beispiel #3
0
 public Canela(Bebida bebida)
 {
     this.bebida = bebida;
 }