Ejemplo n.º 1
0
 public JsonResult GetAllTitles()
 {
     return(Json(repository.GetAllPublished(), JsonRequestBehavior.AllowGet));
 }