Exemplo n.º 1
0
        public List <Conta> CarregarContas()
        {
            ContaRep rep = new ContaRep();

            return(rep.Select_All());
        }