Переименовал [DisplayName("Изделие")] -> [DisplayName("Документ")]

This commit is contained in:
Danil Markov 2023-03-28 09:37:58 +04:00
parent 522d338147
commit 8bd3c5138a

View File

@ -10,11 +10,10 @@ namespace LawFirmContracts.ViewModels
public int Id { get; set; }
public int DocumentId { get; set; }
[DisplayName("Документ")]
public string ShipName { get; set; } = string.Empty;
public int ClientId { get; set; }
[DisplayName("Данные клиента")]
public string ClientFIO { get; set; } = string.Empty;
[DisplayName("Изделие")]
[DisplayName("Документ")]
public string DocumentName { get; set; } = string.Empty;
[DisplayName("Количество")]
public int Count { get; set; }