예제 #1
0
        public DetalleTarjetaViewModel(string noTarjeta,System.Windows.Threading.Dispatcher dispatcher) : base(dispatcher)
        {
            _cliente = (Application.Current as App).cliente;
            _cliente.detalleTarjeta(noTarjeta,ref _tipoProducto,ref _alias,ref _saldoCorte,ref _saldo,ref _saldoActualLE,ref _pagoMinimo,ref _pagoFijo,ref _fechaLimitePago,ref _pagoTotalMes);

        }