This commit is contained in:
2025-10-08 11:20:11 +01:00
parent ad9c8aa42d
commit 268230daea

View File

@@ -29,7 +29,6 @@ namespace PyroFetes.Models
public List<ProductDelivery>? ProductDeliveries { get; set; }
public List<Brand>? Brands { get; set; }
public List<Movement>? Movements { get; set; }
public List<ProductEffect>? ProductEffects { get; set; }
public List<ProductColor>? ProductColors { get; set; }
public List<PurchaseProduct>? PurchaseProducts { get; set; }