migracion

This commit is contained in:
2025-01-07 22:16:57 -03:00
parent c2d29317d5
commit 9993e427e0
3 changed files with 17 additions and 12 deletions

View File

@@ -5,6 +5,8 @@ namespace Entidades;
public partial class Garante
{
public int Id { get; set; }
public long Dni { get; set; }
public string Nombre { get; set; } = null!;