示例#1
0
 public Scenario GetScenarioById(long Id)
 {
     return(scenarioRepository.GetScenarioById(Id));
 }