Exemplo n.º 1
0
 public IActionResult Search(string newSearch)
 {
     return(Json(suggestionRepo.Search(newSearch)));
 }