chore: Añadida entidad de servicios que me olvidé
This commit is contained in:
@@ -30,4 +30,6 @@ public partial class Propiedade
|
||||
public virtual TipoPropiedad IdtipropiedadNavigation { get; set; } = null!;
|
||||
|
||||
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