Сервер общая деавторизация при запуске

This commit is contained in:
krivoshein
2025-01-31 12:35:43 +03:00
parent c46986f9e3
commit d4e7fc871a
4 changed files with 26 additions and 0 deletions

View File

@@ -25,6 +25,9 @@ public:
bool deAuthorizationInstructor(QString login);
QString getNameInstructorByLogin(QString login);
//Общая деавторизация
bool deAuthorizationAll();
//
QList<Instructor> GetListAllInstructors();
QList<Trainee> GetListAllTrainees();