예제 #1
0
 public IActionResult AutoCompleteCategoria(string termoDigitado)
 {
     return(Json(dao.AutoCompleteCategoria(termoDigitado)));
 }