DAO - Полное завершение класса

This commit is contained in:
Антон
2025-09-06 12:13:38 +03:00
parent 20531a6123
commit 4b2566b49d
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ public:
std::string Login(const std::string& registrated_user_uuid) override;
bool HasAuthorizedUser(const std::string& auth_token) override;
bool HasAuthorized(const std::string& auth_token) override;
bool Logout(const std::string& auth_token) override;
};