Exemple #1
0
 public Gaseosa(Producto prod, float litros)
     : this((int)prod, prod.Precio, prod.Marca, litros)
 {
 }