Example #1
0
 public async Task <ContaCorrente> CreateContaCorrente(ContaCorrente contaCorrente)
 {
     return(await _contaCorrenteService.CreateContaCorrente(contaCorrente));
 }