PIbd-21_IevlewaMD_Lab8_base #11

Closed
chtzsch wants to merge 3 commits from lab8 into lab7
6 changed files with 2 additions and 2 deletions
Showing only changes of commit 91ead7c64c - Show all commits

View File

@ -24,8 +24,8 @@ namespace PrecastConcretePlantContracts.ViewModels
[Column(visible: false)]
public int? ImplementerId { get; set; }
[DisplayName("ФИО исполнителя")]
public string? ImplementerFIO { get; set; } = string.Empty;
[Column(title: "ФИО исполнителя", width: 190)]
public string? ImplementerFIO { get; set; } = string.Empty;
[Column(visible: false)]
public int ReinforcedId { get; set; }