16 lines
239 B
Text
16 lines
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
|