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:
@@ -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; }
|
||||
}
|
||||
Reference in New Issue
Block a user