Borschevskaya A.A. Lab work 8 #12

Closed
pgirl1 wants to merge 4 commits from lab8_base into lab7_base
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();
}
}