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="Presupueston" /> class.
 /// </summary>
 public Presupueston()
 {
     this.persistencia       = new Presupuestoc();
     this.persistenciaCuenta = new Cuentac();
 }
Esempio n. 3
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. 4
0
 public Formatosn()
 {
     this.persistencia       = new Formatosc();
     this.persistenciaCuenta = new Cuentac();
 }