Бор DAO и User Entity

This commit is contained in:
Антон
2025-08-25 17:27:32 +03:00
parent 96594db979
commit 781e877463
2 changed files with 8 additions and 1 deletions
+5
View File
@@ -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_;