Рефакт1 Интерфейса

This commit is contained in:
2025-09-10 11:14:57 +03:00
parent 6e75e403fa
commit 1e68e2b47e
10 changed files with 37 additions and 14 deletions

View File

@@ -4,5 +4,5 @@ Instructor::Instructor():
User(),
isAdmin()
{
TypeUserDB = User::TypeUserDBInstructor;
}