generated from Sithas/conan_template
Переименование GUID на UUID
This commit is contained in:
@@ -12,7 +12,7 @@ public:
|
||||
|
||||
std::string Create(const User& created_user) override;
|
||||
|
||||
std::optional<User> GetByGUID(std::string guid) override;
|
||||
std::optional<User> GetByUUID(std::string uuid) override;
|
||||
|
||||
std::optional<User> GetByLogin(std::string login) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user