示例#1
0
 public asientosn()
 {
     this.persistencia            = new asientosc();
     this.nitPersistencia         = new Nitsc();
     this.comprobantePersistencia = new Comprobantesn();
     this.persistenciaCuenta      = new Cuentac();
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Presupueston" /> class.
 /// </summary>
 public Presupueston()
 {
     this.persistencia       = new Presupuestoc();
     this.persistenciaCuenta = new Cuentac();
 }
示例#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();
 }
示例#4
0
 public Formatosn()
 {
     this.persistencia       = new Formatosc();
     this.persistenciaCuenta = new Cuentac();
 }