generated from Sithas/conan_template
Бор DAO и User Entity
This commit is contained in:
@@ -11,6 +11,11 @@ const std::string& User::GetGUID() const noexcept
|
||||
return guid_;
|
||||
}
|
||||
|
||||
void User::SetGUID(const std::string& new_guid)
|
||||
{
|
||||
guid_ = new_guid;
|
||||
}
|
||||
|
||||
const std::string& User::GetLogin() const noexcept
|
||||
{
|
||||
return login_;
|
||||
|
||||
Reference in New Issue
Block a user