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; }