Esempio n. 1
0
 public JsonResult BuscarDistrito(string term)
 {
     return(Json(ClienteBL.BuscarDistrito(term), JsonRequestBehavior.AllowGet));
 }