This commit is contained in:
the
2023-02-12 15:03:53 +04:00
parent a5e8434111
commit 7f0c80ff0c
36 changed files with 2940 additions and 176 deletions

View File

@@ -11,10 +11,11 @@ namespace ComputerShopContracts.ViewModels
{
public class OrderViewModel : IOrderModel
{
public int ComputerId { get; set; }
[DisplayName("Номер")]
public int Id { get; set; }
public int ComputerId { get; set; }
[DisplayName("Изделие")]
[DisplayName("Компьютер")]
public string ComputerName { get; set; } = string.Empty;
[DisplayName("Количество")]
public int Count { get; set; }