update models

This commit is contained in:
2023-04-05 18:16:20 +03:00
parent 8336487301
commit c0b8c292f0
44 changed files with 115 additions and 192 deletions

View File

@@ -13,6 +13,5 @@ namespace SchoolAgainStudyDataModels.Models
string Phone { get; }
string Login { get; }
string Password { get; }
Dictionary<int, IMaterial> TeacherMaterials { get; }
}
}