customer basket items setteable
This commit is contained in:
parent
4fcb70c739
commit
e66e61187f
@ -6,7 +6,7 @@ namespace Microsoft.eShopOnContainers.Services.Basket.API.Model
|
|||||||
{
|
{
|
||||||
public string BuyerId { get; init; }
|
public string BuyerId { get; init; }
|
||||||
|
|
||||||
public List<BasketItem> Items { get; init; } = new List<BasketItem>();
|
public List<BasketItem> Items { get; set; } = new List<BasketItem>();
|
||||||
|
|
||||||
public CustomerBasket()
|
public CustomerBasket()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user