Borschevskaya A.A. Lab Work 8 Hard #16

Closed
pgirl1 wants to merge 11 commits from lab8_hard into lab7_hard
Showing only changes of commit 3893b69ece - Show all commits

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();
}
}