OrderViewModel + client

This commit is contained in:
VictoriaPresnyakova 2023-04-01 20:45:02 +04:00
parent b9dff755b8
commit 6e3dca19de

View File

@ -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("Сумма")]