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