Feat Separación de Votos Inválidos
This commit is contained in:
		| @@ -21,8 +21,12 @@ public class EstadoRecuento | ||||
|     public long VotosNulos { get; set; } | ||||
|     public long VotosEnBlanco { get; set; } | ||||
|     public long VotosRecurridos { get; set; } | ||||
|     public long VotosComando { get; set; } | ||||
|     public long VotosImpugnados { get; set; } | ||||
|     public decimal VotosNulosPorcentaje { get; set; } | ||||
|     public decimal VotosEnBlancoPorcentaje { get; set; } | ||||
|     public decimal VotosRecurridosPorcentaje { get; set; } | ||||
|     public decimal VotosComandoPorcentaje { get; set; } | ||||
|     public decimal VotosImpugnadosPorcentaje { get; set; } | ||||
|     public int EleccionId { get; set; } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user