forked from sanchezvem/pyrofetes-backend
Refactor all code
This commit is contained in:
@@ -3,7 +3,7 @@ namespace PyroFetes.DTO.PurchaseProduct.Response;
|
||||
public class GetPurchaseProductDto
|
||||
{
|
||||
public int ProductId { get; set; }
|
||||
public string? ProductReferences { get; set; }
|
||||
public string? ProductReference { get; set; }
|
||||
public string? ProductName { get; set; }
|
||||
public decimal ProductDuration {get; set;}
|
||||
public int ProductCaliber { get; set; }
|
||||
@@ -15,8 +15,5 @@ public class GetPurchaseProductDto
|
||||
public int ProductMinimalQuantity { get; set; }
|
||||
public decimal ProductPrice { get; set; }
|
||||
|
||||
public int PurchaseOrderId { get; set; }
|
||||
public string? PurchaseOrderPurchaseConditions { get; set; }
|
||||
|
||||
public int Quantity { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user