Preparación Legislativas Nacionales 2025
This commit is contained in:
		| @@ -10,7 +10,7 @@ public class EstadoRecuento | ||||
|     public int AmbitoGeograficoId { get; set; } | ||||
|     public int CategoriaId { get; set; } | ||||
|     [ForeignKey("AmbitoGeograficoId")] | ||||
|     public AmbitoGeografico AmbitoGeografico { get; set; } = null!;     | ||||
|     public AmbitoGeografico AmbitoGeografico { get; set; } = null!; | ||||
|     public DateTime FechaTotalizacion { get; set; } | ||||
|     public int MesasEsperadas { get; set; } | ||||
|     public int MesasTotalizadas { get; set; } | ||||
| @@ -24,4 +24,5 @@ public class EstadoRecuento | ||||
|     public decimal VotosNulosPorcentaje { get; set; } | ||||
|     public decimal VotosEnBlancoPorcentaje { get; set; } | ||||
|     public decimal VotosRecurridosPorcentaje { get; set; } | ||||
|     public int EleccionId { get; set; } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user