generated from Sithas/conan_template
DAO - Полное завершение класса
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user