This commit is contained in:
2023-04-03 10:43:20 +03:00
parent e1d3d9f567
commit 503c29d84a
13 changed files with 509 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ namespace SchoolAgainStudyContracts.ViewModel
[DisplayName("Дата сдачи")]
public DateTime DateDelivery { get; set; }
public int TeacherID { get; set; }
public int TeacherId { get; set; }
public Dictionary<int, IMaterial> TaskMaterials { get; set; } = new();
[DisplayName("Номер")]