forked from hummel/Bank-System
Weitere Änderungen Testat
parent
d087058ee1
commit
5fe337641d
|
@ -93,6 +93,7 @@ public class Banksystem {
|
||||||
|
|
||||||
if (start instanceof Girokonto && ziel instanceof Girokonto) {
|
if (start instanceof Girokonto && ziel instanceof Girokonto) {
|
||||||
boolean funktioniert = ((Girokonto) start).überweise((Girokonto) ziel, betrag, verwendungszweck);
|
boolean funktioniert = ((Girokonto) start).überweise((Girokonto) ziel, betrag, verwendungszweck);
|
||||||
|
zähleKontobewegung();
|
||||||
Persistenz.speichereBankDaten(this.bank, bank.getName());
|
Persistenz.speichereBankDaten(this.bank, bank.getName());
|
||||||
return funktioniert;
|
return funktioniert;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue