Ejemplo n.º 1
0
 public CuentaCorrienteService()
 {
     cuentaService = new CuentaService();
 }
Ejemplo n.º 2
0
 public CuentaAhorroService()
 {
     cuentaService = new CuentaService();
 }