sandbox/drawings/appsec_achitecture/domain/models/problem_group_detail.puml

10 lines
No EOL
157 B
Text

@startuml problem_group_detail
!include problem_group.puml
!include problem_detail.puml
!include user_detail.puml
Group o-- Problem
Group o-- User
@enduml