Inicio del desarrollo del sistema de notificaciones
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user