Example #1
0
 public StopDto GetById(int stopId)
 {
     return(_stopService.GetStopById(stopId));
 }