10 lines
No EOL
215 B
Text
10 lines
No EOL
215 B
Text
@startuml usersystem_repo_detail
|
|
|
|
!include user_system_repo.puml
|
|
!include ../domain/models/user_detail.puml
|
|
!include ../domain/models/system.puml
|
|
|
|
UserSystemAggregate o-- System
|
|
UserSystemAggregate o-- User
|
|
|
|
@enduml |