Ejemplo n.º 1
0
 public List <StopDto> GetByName(string stopName)
 {
     return(_stopService.GetStopByName(stopName));
 }