.
This commit is contained in:
@ -119,7 +119,7 @@ class kunde{
|
||||
|
||||
erstelleKonto([int]$anzahl){
|
||||
for($i = 0;$i -lt $anzahl;$i++){
|
||||
$this.kontenliste += [konto]::new((read-host "Kontonummer"),0,$this)
|
||||
$this.kontenliste += [girokonto]::new((read-host "Kontonummer"),0,$this)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user