migration: añadido leido bit
This commit is contained in:
@@ -17,6 +17,8 @@ public partial class Notificacione
|
||||
|
||||
public int Idpropiedad { get; set; }
|
||||
|
||||
public bool Leido { get; set; }
|
||||
|
||||
public virtual Cliente DniclienteNavigation { get; set; } = null!;
|
||||
|
||||
public virtual Cliente DniremitenteNavigation { get; set; } = null!;
|
||||
|
||||
Reference in New Issue
Block a user