Exemplo n.º 1
0
 // GET: Conta
 public ActionResult Index()
 {
     return(View(contaBusiness.Listar()));
 }