Beispiel #1
0
 // GET: Autor
 public ActionResult Index()
 {
     return(View(autorBLL.Listar()));
 }