Добавлен атрибут на свойство Id (MessageInfo)
This commit is contained in:
parent
76fce8f036
commit
3893b69ece
@ -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();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user