Fix Campos añadidos
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| // src/Elecciones.Database/Entities/EstadoRecuento.cs | ||||
| // Archivo: Elecciones.Database/Entities/EstadoRecuento.cs | ||||
| using System.ComponentModel.DataAnnotations.Schema; | ||||
| using System.ComponentModel.DataAnnotations; | ||||
|  | ||||
| @@ -21,4 +21,7 @@ public class EstadoRecuento | ||||
|     public long VotosNulos { get; set; } | ||||
|     public long VotosEnBlanco { get; set; } | ||||
|     public long VotosRecurridos { get; set; } | ||||
|     public decimal VotosNulosPorcentaje { get; set; } | ||||
|     public decimal VotosEnBlancoPorcentaje { get; set; } | ||||
|     public decimal VotosRecurridosPorcentaje { get; set; } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user