Доработка интерфейса ДАО

This commit is contained in:
Антон
2025-08-29 18:33:53 +03:00
parent 60339d9195
commit 1a1fd07d55
7 changed files with 46 additions and 12 deletions
+2
View File
@@ -14,6 +14,8 @@ public:
std::optional<User> GetByGUID(std::string guid);
std::optional<User> GetByLogin(std::string login);
std::vector<User> GetAll();
bool Update(const User& u);