Example #1
0
 public PinLink(long _NroTarjeta, long _Cuil, TipoEstadoPin _unTipoEstadoPin, string _NombreArchivo, Entidad_Prest_Comer unPrestador, Int16 tipoDocPresentado, CodigoPreAprobado unCodigoPreAprobado)
 {
     this.NroTarjeta          = _NroTarjeta;
     this.Cuil                = _Cuil;
     this.UnTipoEstadoPin     = _unTipoEstadoPin;
     this.NombreArchivo       = _NombreArchivo;
     this.UnPrestador         = unPrestador;
     this.TipoDocPresentado   = tipoDocPresentado;
     this.UnCodigoPreAprobado = unCodigoPreAprobado;
 }
Example #2
0
 public PinLink(long _NroTarjeta, long _Cuil, TipoEstadoPin _unTipoEstadoPin, DateTime _FechaNovedad, string _NombreArchivo, Entidad_Prest_Comer unPrestador)
 {
     this.NroTarjeta      = _NroTarjeta;
     this.Cuil            = _Cuil;
     this.UnTipoEstadoPin = _unTipoEstadoPin;
     this.FechaNovedad    = _FechaNovedad;
     this.NombreArchivo   = _NombreArchivo;
     this.UnPrestador     = unPrestador;
 }