Skip to content

Commit

Permalink
Create miembro.puml
Browse files Browse the repository at this point in the history
Complentado [Miembros] Crear el diagrama de clase #64
  • Loading branch information
JuanLP06 authored Jul 11, 2023
1 parent ce5b4de commit 9b2a218
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/source/backend/miembro.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@startuml
class Miembro{
+nombre: str
+apellido: str
#correo : str
+username: str
#telefono: int
+pais: str
}
@enduml

0 comments on commit 9b2a218

Please sign in to comment.