adding more stuff
All checks were successful
API and ETL Build / build_etl (push) Successful in 2s
API and ETL Build / build_api (push) Successful in 14s

This commit is contained in:
2025-05-31 14:43:37 -03:00
parent e00cabb840
commit 146495c07b
5 changed files with 46 additions and 0 deletions

View File

@@ -16,4 +16,9 @@ namespace OpenCand.API.Model
{
public List<RedeSocial> RedesSociais { get; set; }
}
public class CpfRevealResult
{
public string Cpf { get; set; }
}
}