Feat Widgets 1540
This commit is contained in:
@@ -3,7 +3,11 @@ namespace Elecciones.Core.DTOs.ApiResponses;
|
||||
|
||||
public class AgrupacionResultadoDto
|
||||
{
|
||||
public required string? Id { get; set; }
|
||||
public string Nombre { get; set; } = null!;
|
||||
public string? NombreCorto { get; set; } = null!;
|
||||
public string? Color { get; set; } = null!;
|
||||
public string? LogoUrl { get; set; } = null!;
|
||||
public long Votos { get; set; }
|
||||
public decimal Porcentaje { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user