Creating purchaseproduct's endpoint

This commit is contained in:
2025-10-16 17:53:16 +02:00
parent 74b5fa6666
commit 31e69aae1a
2 changed files with 44 additions and 23 deletions

View File

@@ -10,7 +10,6 @@ public class GetPurchaseProductDto
public int ProductApprovalNumber { get; set; }
public decimal ProductWeight { get; set; }
public decimal ProductNec { get; set; }
public decimal ProductSellingPrice { get; set; }
public string? ProductImage { get; set; }
public string? ProductLink { get; set; }
public int ProductMinimalQuantity { get; set; }