OrderViewModel + client
This commit is contained in:
parent
b9dff755b8
commit
6e3dca19de
@ -14,10 +14,16 @@ namespace JewelryStoreContracts.ViewModels
|
|||||||
[DisplayName("Номер")]
|
[DisplayName("Номер")]
|
||||||
public int Id { get; set; }
|
public int Id { get; set; }
|
||||||
public int JewelId { get; set; }
|
public int JewelId { get; set; }
|
||||||
|
public int ClientId { get; set; }
|
||||||
|
|
||||||
|
|
||||||
[DisplayName("Драгоценность")]
|
[DisplayName("Драгоценность")]
|
||||||
public string JewelName { get; set; } = string.Empty;
|
public string JewelName { get; set; } = string.Empty;
|
||||||
[DisplayName("Количество")]
|
|
||||||
|
[DisplayName("Клиент")]
|
||||||
|
public string ClientFIO { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
[DisplayName("Количество")]
|
||||||
public int Count { get; set; }
|
public int Count { get; set; }
|
||||||
|
|
||||||
[DisplayName("Сумма")]
|
[DisplayName("Сумма")]
|
||||||
|
Loading…
Reference in New Issue
Block a user