База для ручки 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
@@ -25,6 +25,8 @@ public:
bool HasAuthorized(const std::string& auth_token) override;
std::string_view GetLogin(const std::string& auth_token) override;
bool Logout(const std::string& auth_token) override;
};
}