public ClienteServicio()
 {
     mapper         = new ClienteMapper();
     cuentaServicio = new CuentaServicio();
     RefrescarCache();
 }
Example #2
0
 public TarjetaServicio()
 {
     _mapper         = new TarjetaMapper();
     _cuentaServicio = new CuentaServicio();
 }