Ejemplo n.º 1
0
 public ActionResult Search(string query)
 {
     return(Json(songsRepo.Search(query), JsonRequestBehavior.AllowGet));
 }