Cleaned code
This commit is contained in:
@@ -4,5 +4,5 @@ public class PatchPurchaseProductQuantityDto
|
||||
{
|
||||
public int ProductId { get; set; }
|
||||
public int PurchaseOrderId { get; set; }
|
||||
public int Quantity { get; set; }
|
||||
public int Quantity { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user