Exemplo n.º 1
0
 public Task <ICollection <StopBase> > Autocomplete(string q)
 {
     return(autocompleteService.GetAutocomplete(q));
 }