diff options
Diffstat (limited to 'tds/n2.2.puml')
| -rw-r--r-- | tds/n2.2.puml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tds/n2.2.puml b/tds/n2.2.puml new file mode 100644 index 0000000..773fa98 --- /dev/null +++ b/tds/n2.2.puml @@ -0,0 +1,9 @@ +@startuml +participant ":Cart" as Cart +participant ":CartItem" as CartItem +participant ":Product" as Product + +[-> Cart : getPrice() +Cart -> CartItem : [*] getPrice() +CartItem -> Product : getPrice() +@enduml |
