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