chore: Añadida entidad de servicios que me olvidé

This commit is contained in:
2024-11-17 12:25:47 -03:00
parent d2adb7733e
commit 32c13d91b8
3 changed files with 53 additions and 0 deletions

View File

@@ -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>();
}