Fix Overrides Candidatos
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Elecciones.Core.DTOs.ApiRequests;
|
||||
|
||||
public class UpdateCandidatoDto
|
||||
{
|
||||
// Esta clase solo contiene los IDs y el valor, igual que lo que envía el frontend.
|
||||
public string AgrupacionPoliticaId { get; set; } = null!;
|
||||
public int CategoriaId { get; set; }
|
||||
public int? AmbitoGeograficoId { get; set; }
|
||||
public string? NombreCandidato { get; set; }
|
||||
}
|
||||
@@ -13,7 +13,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Elecciones.Core")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+479c2c60f214472aeffd4404b482ffb940c3049e")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d78a02a0ebc4c70ea01e48821db963110e7ce280")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Elecciones.Core")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Elecciones.Core")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
Reference in New Issue
Block a user