Añade la capacidad de que setes un mail de recuperacion

This commit is contained in:
2025-05-07 15:30:05 -03:00
parent 61eacc5533
commit 1a5006e832
6 changed files with 159 additions and 2 deletions

View File

@@ -8,4 +8,5 @@ public class UsuarioDto
public string Domicilio { get; set; } = null!;
public string Celular { get; set; } = null!;
public string Email { get; set; } = null!;
public string? EmailRecuperacion { get; set; } = null!;
}