Fix an error in PatchPurchaseProductQuantityDto.cs

This commit is contained in:
2025-10-09 17:09:33 +02:00
parent 2d42fa1017
commit 64fd223a63

View File

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