forked from sanchezvem/PyroFetes
updating CreatePurchaseProductEndpoint.cs and GetPurchaseProductDto.cs
This commit is contained in:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user