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

This commit is contained in:
Антон
2025-09-01 12:32:21 +03:00
parent e9417d9a29
commit 5468bff1da
4 changed files with 15 additions and 4 deletions
@@ -97,6 +97,10 @@ public:
const auto uuid_stringified = user_dao_->Create(user);
{
user_dao_->Delete("51351bb1-7563-479d-a8e9-201d0ff934c2");
}
http::response<ResponseType> res{
http::status::created, req.version()
};