Ejemplo n.º 1
0
 public ContaCorrente Select(int numContaCorrente)
 {
     return(_contaCorrenteService.Select(numContaCorrente));
 }