Fix product bought publishing error.
This commit is contained in:
parent
3a15243e36
commit
00640c18b3
@ -22,7 +22,7 @@ public record OrderStockItem
|
|||||||
public int ProductId { get; }
|
public int ProductId { get; }
|
||||||
public int Units { get; }
|
public int Units { get; }
|
||||||
|
|
||||||
public decimal Price;
|
public decimal Price { get; }
|
||||||
|
|
||||||
public OrderStockItem(int productId, int units, decimal price = Decimal.Zero)
|
public OrderStockItem(int productId, int units, decimal price = Decimal.Zero)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user