Example #1
0
 public void Debitar(ContaCorrente contaCorrente, double valor)
 {
     _contaCorrenteService.Debitar(contaCorrente, valor);
 }