Exemple #1
0
 // GET: Emprestimos
 public ActionResult Index()
 {
     return(View(EmprestimoDAO.RetonarEmprestimos(User.Identity.Name)));
 }