Esempio n. 1
0
 public asientosn()
 {
     this.persistencia            = new asientosc();
     this.nitPersistencia         = new Nitsc();
     this.comprobantePersistencia = new Comprobantesn();
     this.persistenciaCuenta      = new Cuentac();
 }
Esempio 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();
 }
Esempio n. 3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Nitsn"/> class.
 /// </summary>
 public Nitsn()
 {
     this.persistencia = new Nitsc();
 }