Добавлен атрибут на свойство Id (MessageInfo)

This commit is contained in:
prodigygirl 2023-05-05 10:35:44 +04:00
parent 76fce8f036
commit 3893b69ece

View File

@ -18,7 +18,7 @@ namespace FurnitureAssemblyContracts.ViewModels
public string Subject { get; set; } = string.Empty;
[Column(title: "Текст", gridViewAutoSize: GridViewAutoSize.Fill, isUseAutoSize: true)]
public string Body { get; set; } = string.Empty;
[Column(visible: false)]
public int Id => throw new NotImplementedException();
}
}