Skip to content

Commit

Permalink
closes ignaciotitos#19 porque se ha creado una entidad llamada Carter…
Browse files Browse the repository at this point in the history
…a que gestiona los objetos valor Moneda. Contiene un atributo en el que está la lista de todas las monedas que posee el cliente
  • Loading branch information
manujurado1 committed Dec 19, 2022
1 parent 993367a commit 74259b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/cartera.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package internal

type Cartera struct {
ListaMonedas []*Moneda //Lista con todas las monedas que posee el usuario en su propiedad
}

0 comments on commit 74259b7

Please sign in to comment.