Exemplo n.º 1
0
 public JsonResult GetBooks()
 {
     return(Json(Library.GetBooks(),
                 JsonRequestBehavior.AllowGet));
 }