|
ORE Studio 0.0.4
|
Service for managing FRA conventions. More...
#include <fra_convention_service.hpp>

Public Types | |
| using | context = ores::database::context |
Public Member Functions | |
| fra_convention_service (context ctx) | |
| std::vector< domain::fra_convention > | list_fra_conventions () |
| std::optional< domain::fra_convention > | get_fra_convention (const std::string &id) |
| void | save_fra_convention (const domain::fra_convention &v) |
| void | remove_fra_convention (const std::string &id) |
| std::vector< domain::fra_convention > | get_fra_convention_history (const std::string &id) |
Service for managing FRA conventions.