This repository has been archived on 2026-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
RepApp/dev/uml/objects_consultation.puml

16 lines
No EOL
239 B
Text

@startuml
object Guest
object Repairer
object Organizer
object Device
object Comment
object Consultation
Consultation *-- Organizer
Consultation *-- Repairer
Consultation *-- Device
Consultation *-- Guest
Consultation -- Comment
@enduml