База для ручки PostUserMedicationsExecutor.h

This commit is contained in:
2026-01-12 09:04:27 +03:00
parent b13f145b4f
commit 5a77e9db8a
6 changed files with 119 additions and 6 deletions
+2
View File
@@ -16,6 +16,8 @@ public:
virtual bool HasAuthorized(const std::string& auth_token) = 0;
virtual std::string_view GetLogin(const std::string& auth_token) = 0;
virtual bool Logout(const std::string& user_token) = 0;
virtual ~IAuthDAO() = default;