Exemplo n.º 1
0
 public ActionResult GetSearchData(string input)
 {
     return(Content(_utilityRepository.Search(input), "application/json"));
 }