Feat Widgets

Se añade la tabla CandidatosOverrides
Se añade el Overrides de Candidatos al panel de administrador
Se Añade el nombre de los candidatos a los Widgets de categorias por municipio
This commit is contained in:
2025-09-05 11:38:25 -03:00
parent 479c2c60f2
commit d78a02a0eb
23 changed files with 1033 additions and 38 deletions

View File

@@ -8,6 +8,7 @@ public class AgrupacionResultadoDto
public string? NombreCorto { get; set; } = null!;
public string? Color { get; set; } = null!;
public string? LogoUrl { get; set; } = null!;
public string? NombreCandidato { get; set; } = null!;
public long Votos { get; set; }
public decimal Porcentaje { get; set; }
}