aboutsummaryrefslogtreecommitdiff
path: root/pds/n5.1.puml
diff options
context:
space:
mode:
authorJuan Marín Noguera <juan.marinn@um.es>2021-05-24 21:04:26 +0200
committerJuan Marín Noguera <juan.marinn@um.es>2021-05-24 21:06:14 +0200
commit71aff55525f5ac45b6da89ce8be257386e6a37c8 (patch)
tree3f2924e809b92c10a9c5b7e12e8c914b42d095ee /pds/n5.1.puml
parent1543b55982672030426e623382161d32dc765761 (diff)
PDS tema 5
Diffstat (limited to 'pds/n5.1.puml')
-rw-r--r--pds/n5.1.puml6
1 files changed, 6 insertions, 0 deletions
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