예제 #1
0
 // GET: Pagamento
 public ActionResult Index()
 {
     return(View(pagamentoDAO.Lista()));
 }