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

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