24 [[nodiscard]]
bool remove(
size_t id)
noexcept override;
30 [[nodiscard]] std::vector<NotificationDTO>
getAll()
const noexcept;
Definition IRepository.hpp:19
Definition NotificationDTO.hpp:19
Definition NotificationRepository.hpp:20
NotificationDTO get(size_t id) const noexcept override
Definition NotificationRepository.cpp:74
std::vector< NotificationDTO > getAll() const noexcept
Definition NotificationRepository.cpp:89
bool update(const NotificationDTO &object) noexcept override
Definition NotificationRepository.cpp:53
bool create(const NotificationDTO &object) noexcept override
Definition NotificationRepository.cpp:23
bool remove(size_t id) noexcept override
Definition NotificationRepository.cpp:40