Modulos Pacientes Listo
This commit is contained in:
@@ -4,13 +4,13 @@ namespace vita_asistente.Models
|
||||
{
|
||||
public class ApplicationUser : IdentityUser
|
||||
{
|
||||
// Tus propiedades específicas:
|
||||
// Custom properties:
|
||||
public string Nombre { get; set; } = string.Empty;
|
||||
public string Apellido { get; set; } = string.Empty;
|
||||
public string Documento { get; set; } = string.Empty;
|
||||
public string Direccion { get; set; } = string.Empty;
|
||||
|
||||
// Si quieres un rol por defecto para consultas rápidas (opcional):
|
||||
// If you want a default role for quick queries (optional):
|
||||
public string RolPrincipal { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user