Ejemplo n.º 1
0
 public asientosn()
 {
     this.persistencia            = new asientosc();
     this.nitPersistencia         = new Nitsc();
     this.comprobantePersistencia = new Comprobantesn();
     this.persistenciaCuenta      = new Cuentac();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Cuentan"/> class.
 /// </summary>
 public Cuentan()
 {
     this.persistencia        = new Cuentac();
     this.persistenciaN       = new Nitsc();
     this.persistenciaFormato = new FormatoMediosc();
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Nitsn"/> class.
 /// </summary>
 public Nitsn()
 {
     this.persistencia = new Nitsc();
 }