20#ifndef ORES_REFDATA_CORE_GENERATORS_BUSINESS_CENTRE_GENERATOR_HPP
21#define ORES_REFDATA_CORE_GENERATORS_BUSINESS_CENTRE_GENERATOR_HPP
24#include "ores.refdata.api/domain/business_centre.hpp"
25#include "ores.utility/generation/generation_context.hpp"
39std::vector<domain::business_centre>
41 utility::generation::generation_context& ctx);
Test data generators for risk domain types.
Definition book_generator.hpp:27
std::vector< domain::business_centre > generate_fictional_business_centres(std::size_t n, utility::generation::generation_context &ctx)
Generates a set of fictional business centres.
Definition business_centre_generator.cpp:29