DAO - доведение до конца

This commit is contained in:
Антон
2025-08-31 09:49:57 +03:00
parent eb22915b76
commit af321ff534
3 changed files with 43 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ public:
std::optional<User> GetByLogin(std::string login) override;
std::vector<User> GetAll(size_t limit, size_t offset) override;
std::pair<bool, std::vector<User>> GetAll(size_t limit, size_t offset) override;
bool Update(const User& u) override;