Exemple #1
0
        public async Task <ActionResult <ContaCorrente> > GetContaCorrente(int id)
        {
            var contaCorrente = await _contaCorrenteService.FindByIdAsync(id);

            return((ContaCorrente)contaCorrente);
        }