Test Docker
This commit is contained in:
		| @@ -1,4 +1,3 @@ | ||||
| // src/Elecciones.Core/DTOs/EstadoRecuentoDto.cs | ||||
| using System.Text.Json.Serialization; | ||||
|  | ||||
| namespace Elecciones.Core.DTOs; | ||||
| @@ -11,8 +10,14 @@ public class EstadoRecuentoDto | ||||
|     [JsonPropertyName("mesasTotalizadas")] | ||||
|     public int MesasTotalizadas { get; set; } | ||||
|      | ||||
|     [JsonPropertyName("mesasTotalizadasPorcentaje")] | ||||
|     public decimal MesasTotalizadasPorcentaje { get; set; } | ||||
|  | ||||
|     [JsonPropertyName("cantidadElectores")] | ||||
|     public int CantidadElectores { get; set; } | ||||
|      | ||||
|     [JsonPropertyName("cantidadVotantes")] | ||||
|     public int CantidadVotantes { get; set; } | ||||
|  | ||||
|     [JsonPropertyName("participacionPorcentaje")] | ||||
|     public decimal ParticipacionPorcentaje { get; set; } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user