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