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

This commit is contained in:
Антон
2025-09-01 12:32:21 +03:00
parent 7e5970b01f
commit cc95543407
4 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ public:
bool Update(const User& u) override;
bool Delete(std::string id) override;
bool Delete(std::string uuid) override;
private:
std::optional<User> GetSingleUserBySQLResult(mysqlx::SqlResult&& sql_result);