add apelido

This commit is contained in:
2025-06-02 16:47:24 -03:00
parent a3d67198af
commit 03b1f4f1d1
8 changed files with 66 additions and 11 deletions

View File

@@ -12,6 +12,8 @@ namespace OpenCand.Core.Models
public string Nome { get; set; }
public string Apelido { get; set; }
public DateTime? DataNascimento { get; set; }
public string Email { get; set; }
@@ -35,6 +37,7 @@ namespace OpenCand.Core.Models
public Guid IdCandidato { get; set; }
public string Cpf { get; set; }
public string Nome { get; set; }
public string Apelido { get; set; }
public string SqCandidato { get; set; }
public int Ano { get; set; }
public string TipoEleicao { get; set; }