binding model + client
This commit is contained in:
parent
6e3dca19de
commit
6716b74d72
@ -14,7 +14,7 @@ namespace JewelryStoreContracts.BindingModels
|
|||||||
public int JewelId { get; set; }
|
public int JewelId { get; set; }
|
||||||
public int ClientId { get; set; }
|
public int ClientId { get; set; }
|
||||||
|
|
||||||
public string JewelName { get; set; } = string.Empty;
|
public string JewelName { get; set; }
|
||||||
public int Count { get; set; }
|
public int Count { get; set; }
|
||||||
public double Sum { get; set; }
|
public double Sum { get; set; }
|
||||||
public OrderStatus Status { get; set; } = OrderStatus.Неизвестен;
|
public OrderStatus Status { get; set; } = OrderStatus.Неизвестен;
|
||||||
|
@ -14,6 +14,8 @@ namespace JewelryStoreListImplement.Models
|
|||||||
{
|
{
|
||||||
public int JewelId { get; private set; }
|
public int JewelId { get; private set; }
|
||||||
public string JewelName { get; private set; }
|
public string JewelName { get; private set; }
|
||||||
|
public int ClientId { get; private set; }
|
||||||
|
|
||||||
|
|
||||||
public int Count { get; private set; }
|
public int Count { get; private set; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user