Exemplo n.º 1
0
 public CCatálogo()
 {
     this.listado = CBDVuelos.ObtenerVuelos();
     CAereo.SetImpuesto(CBDImpuestos.ObtenerImpuesto("impAer"));
 }
Exemplo n.º 2
0
 public void SetImpuesto(float monto)
 {
     CAereo.SetImpuesto(monto);
     CBDImpuestos.GuardarImpuesto("impAer", monto);
 }