コード例 #1
0
 public Avellana(Bebida bebida)
 {
     this.bebida = bebida;
 }
コード例 #2
0
 public Expresso(Bebida bebida)
 {
     this.bebida = bebida;
 }
コード例 #3
0
ファイル: Canela.cs プロジェクト: DellChuy/Dise-o-de-Patrones
 public Canela(Bebida bebida)
 {
     this.bebida = bebida;
 }