Ejemplo n.º 1
0
 public Task <IReadOnlyCollection <StopBase> > Autocomplete(string q)
 {
     return(_stopService.GetAutocomplete(q));
 }