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

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:
virtual std::optional<User> GetByGUID(std::string guid) = 0;
virtual std::optional<User> GetByLogin(std::string login) = 0;
virtual std::vector<User> GetAll() = 0;
virtual bool Update(const User& u) = 0;