#include <UserRepository.hpp>
◆ create()
bool UserRepository::create |
( |
const UserDTO & | object | ) |
|
|
nodiscardoverridevirtual |
◆ get()
UserDTO UserRepository::get |
( |
size_t | user_id | ) |
|
|
nodiscardoverridevirtual |
◆ getTopTen()
std::vector< UserDTO > UserRepository::getTopTen |
( |
| ) |
|
|
nodiscard |
◆ remove()
bool UserRepository::remove |
( |
size_t | user_id | ) |
|
|
nodiscardoverridevirtual |
◆ update()
bool UserRepository::update |
( |
const UserDTO & | object | ) |
|
|
nodiscardoverridevirtual |
The documentation for this class was generated from the following files: