Exemplo n.º 1
0
 public string autocomplete(string phrase)
 {
     return(JsonConvert.SerializeObject(_contractor.getSuggestions(phrase)));
 }