#include <ProductRepository.hpp>
Public Member Functions | |
auto | create (const ProductDTO &object) -> bool override |
auto | remove (size_t id) -> bool override |
auto | get (size_t id) -> ProductDTO override |
auto | update (const ProductDTO &object) -> bool override |
|
nodiscardoverridevirtual |
Implements IRepository< ProductDTO >.
|
nodiscardoverridevirtual |
Implements IRepository< ProductDTO >.
|
nodiscardoverridevirtual |
Implements IRepository< ProductDTO >.
|
nodiscardoverridevirtual |
Implements IRepository< ProductDTO >.