Ejemplo n.º 1
0
 public IEnumerable <Run> GetRouteRuns(int id)
 {
     return(_runRepo.GetRouteRun(id));
 }