From 71aff55525f5ac45b6da89ce8be257386e6a37c8 Mon Sep 17 00:00:00 2001 From: Juan Marín Noguera Date: Mon, 24 May 2021 21:04:26 +0200 Subject: PDS tema 5 --- pds/n5.1.puml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pds/n5.1.puml (limited to 'pds/n5.1.puml') diff --git a/pds/n5.1.puml b/pds/n5.1.puml new file mode 100644 index 0000000..c591583 --- /dev/null +++ b/pds/n5.1.puml @@ -0,0 +1,6 @@ +@startuml +skinparam style strictuml +actor ": Sistema" as Actor +participant ": Sistema" as System +Actor --> System : actualizarPáginaPrincipal() +@enduml -- cgit v1.2.3