diff --git a/DD.uml b/DD.uml new file mode 100644 index 0000000..994cca1 --- /dev/null +++ b/DD.uml @@ -0,0 +1,19 @@ +@startuml + +node userAgent{ + component DatabaseManager{ + } +} + +actor User + +node IdDataBase{ + component IdManager{ + } +} + + +IdManager <-> DatabaseManager +DatabaseManager - User + +@enduml diff --git a/out/DD.png b/out/DD.png new file mode 100644 index 0000000..8309c49 Binary files /dev/null and b/out/DD.png differ