#include <NotificationRepository.hpp>
Public Member Functions | |
auto | create (const NotificationDTO &object) -> bool override |
auto | remove (size_t id) -> bool override |
auto | get (size_t id) -> NotificationDTO override |
auto | update (const NotificationDTO &object) -> bool override |
auto | getAll () -> std::vector< NotificationDTO > |
|
nodiscardoverridevirtual |
Implements IRepository< NotificationDTO >.
|
nodiscardoverridevirtual |
Implements IRepository< NotificationDTO >.
|
nodiscard |
|
nodiscardoverridevirtual |
Implements IRepository< NotificationDTO >.
|
nodiscardoverridevirtual |
Implements IRepository< NotificationDTO >.