Exemplo n.º 1
0
 public void ExtraerDeCuenta(CuentaBancaria cuenta, float monto)
 {
     cuenta.ExtraerEfectivo(monto);
 }