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

@@ -31,6 +31,8 @@ public partial class Propiedade
public virtual TipoPropiedad IdtipropiedadNavigation { get; set; } = null!;
public virtual ICollection<Notificacione> Notificaciones { get; set; } = new List<Notificacione>();
public virtual ICollection<Venta> Venta { get; set; } = new List<Venta>();
public virtual ICollection<Servicio> IdServicios { get; set; } = new List<Servicio>();