Exemplo n.º 1
0
 public Scenario GetScenarioById(long Id)
 {
     return(scenarioRepository.GetScenarioById(Id));
 }