swt23w23/src/main/asciidoc/models/analysis/sequenceDiagramAccountLoeschen.puml

11 lines
300 B
Plaintext
Raw Normal View History

@startuml
participant ":Nutzer" as Nutzer
participant "nutzerdatenbank:Nutzerdatenbank" as Nutzerdatenbank
'the reason for the self request is that the user needs to check if there are any open orders
Nutzer --> Nutzer : deleteAccount()
Nutzer --> Nutzerdatenbank : removeAccount(this)
@enduml