Пример #1
0
 public IEnumerable <Snapshot> GetByScenarioExecutionId(long id)
 {
     return(snapshotRepository.GetByScenarioExecutionId(id));
 }