Exemplo n.º 1
0
size_t scenario_repository_get_count()
{
    IScenarioRepository * repo = GetScenarioRepository();
    return repo->GetCount();
}