#include <BlacklistRepository.hpp>
◆ create()
auto BlacklistRepository::create |
( |
const BlacklistDTO & | object | ) |
-> bool |
|
nodiscardoverridevirtual |
◆ get()
◆ getAll()
auto BlacklistRepository::getAll |
( |
| ) |
-> std::vector<BlacklistDTO> |
|
nodiscard |
◆ remove()
auto BlacklistRepository::remove |
( |
size_t | id | ) |
-> bool |
|
nodiscardoverridevirtual |
◆ update()
auto BlacklistRepository::update |
( |
const BlacklistDTO & | object | ) |
-> bool |
|
nodiscardoverridevirtual |
The documentation for this class was generated from the following files: