Lito
This commit is contained in:
@@ -5,8 +5,11 @@ namespace BibliotecaAPI.Models
|
||||
public class Usuario
|
||||
{
|
||||
[Key]
|
||||
public int Id { get; set; }
|
||||
public int IdUsuario { get; set; }
|
||||
public string Nombre { get; set; } = string.Empty;
|
||||
public string Email { get; set; } = string.Empty;
|
||||
public string Apellido { get; set; } = string.Empty;
|
||||
public DateTime FechaRegistro { get; set; }
|
||||
|
||||
public ICollection<Prestamo> Prestamos {get;set;}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user