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

This commit is contained in:
Антон
2025-08-29 18:33:53 +03:00
parent c985a87108
commit 799890147e
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);