Example #1
0
        public List <Lancamento> GetAll()
        {
            List <Lancamento> ls = repository.GetAll().ToList();

            return(ls);
        }