Ejemplo n.º 1
0
 // GET: Livro
 public ActionResult Index()
 {
     return(View(livroBLL.Listar().OrderBy(x => x.Titulo)));
 }