From 268230daeaa13652ac339a410dc252c725f3bd18 Mon Sep 17 00:00:00 2001 From: sanchezvem Date: Wed, 8 Oct 2025 11:20:11 +0100 Subject: [PATCH] Fix --- PyroFetes/Models/Product.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/PyroFetes/Models/Product.cs b/PyroFetes/Models/Product.cs index 04c8fc3..b0f0d7f 100644 --- a/PyroFetes/Models/Product.cs +++ b/PyroFetes/Models/Product.cs @@ -29,7 +29,6 @@ namespace PyroFetes.Models public List? ProductDeliveries { get; set; } public List? Brands { get; set; } - public List? Movements { get; set; } public List? ProductEffects { get; set; } public List? ProductColors { get; set; } public List? PurchaseProducts { get; set; }