updating CreatePurchaseProductEndpoint.cs and GetPurchaseProductDto.cs

This commit is contained in:
2025-10-16 18:40:30 +01:00
parent 31e69aae1a
commit 347003c24a
2 changed files with 7 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ namespace PyroFetes.DTO.PurchaseProduct.Response;
public class GetPurchaseProductDto
{
public int ProductId { get; set; }
public int ProductReferences { get; set; }
public string? ProductReferences { get; set; }
public string? ProductName { get; set; }
public decimal ProductDuration {get; set;}
public decimal ProductCaliber { get; set; }