From 64fd223a6339e6d9b89cda4d37e0a2c287e0df7a Mon Sep 17 00:00:00 2001 From: sanchezvem Date: Thu, 9 Oct 2025 17:09:33 +0200 Subject: [PATCH] Fix an error in PatchPurchaseProductQuantityDto.cs --- .../Request/PatchPurchaseProductQuantityDto.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/PyroFetes/DTO/PurchaseProduct/Request/PatchPurchaseProductQuantityDto.cs b/PyroFetes/DTO/PurchaseProduct/Request/PatchPurchaseProductQuantityDto.cs index 785e6e6..9389244 100644 --- a/PyroFetes/DTO/PurchaseProduct/Request/PatchPurchaseProductQuantityDto.cs +++ b/PyroFetes/DTO/PurchaseProduct/Request/PatchPurchaseProductQuantityDto.cs @@ -4,8 +4,4 @@ public class PatchPurchaseProductQuantityDto { public int Id { get; set; } public int Quantity { get; set; } - - public int ProductId { get; set; } - - public int PurchaseOrderId { get; set; } } \ No newline at end of file