Inicio del desarrollo del sistema de notificaciones

This commit is contained in:
2025-01-05 17:23:33 -03:00
parent 57bfb42f00
commit c1c088813a
6 changed files with 154 additions and 1 deletions

View File

@@ -27,6 +27,10 @@ public partial class Cliente
public virtual ICollection<Contrato> ContratoDnipropietarioNavigations { get; set; } = new List<Contrato>();
public virtual Notificacione? NotificacioneDniclienteNavigation { get; set; }
public virtual ICollection<Notificacione> NotificacioneDniremitenteNavigations { get; set; } = new List<Notificacione>();
public virtual ICollection<Propiedade> Propiedades { get; set; } = new List<Propiedade>();
public virtual ICollection<Venta> VentaIdCompradorNavigations { get; set; } = new List<Venta>();