generated from Sithas/conan_template
Доработка интерфейса ДАО
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user