Skip to content

Commit

Permalink
closes ignaciotitos#28 creación Entidad manejadora de lista de tasas …
Browse files Browse the repository at this point in the history
…de inflacion

Se ha creado una entidad que maneja los objetos valor de las tasas de inflación ya que es el elemento acordado con el que se asocia la variación de valor de una moneda.
  • Loading branch information
manujurado1 committed Dec 28, 2022
1 parent 01381d1 commit ffd9167
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions internal/variacionValorMoneda.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package internal

type VariacionValorMoneda struct {
TasasInflacionMesesAnteriores []*TasaInflacionMensual
}
2 changes: 1 addition & 1 deletion iv.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
lenguaje: Go
entidad: internal/
entidad: internal/variacionValorMoneda.go

0 comments on commit ffd9167

Please sign in to comment.