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