コード例 #1
0
ファイル: Banco.cs プロジェクト: joelmora9618/Curso-.Net-
 public void ExtraerDeCuenta(CuentaBancaria cuenta, float monto)
 {
     cuenta.ExtraerEfectivo(monto);
 }