Example #1
0
 public TestCapaDatos ()
 {
     this.view_recepvscotejo = new VIEW_RECEPVSCOTEJO();
     this.view_cxpvsmxl = new VIEW_CXPVSMXL();
     this.sys_usr_users = new SYS_USR_USERS();
     this.view_scompras = new VIEW_SCOMPRAS();
 }
Example #2
0
 public NegocioContabilidad()
 {
     this.view_recepvscotejo = new VIEW_RECEPVSCOTEJO();
     this.view_cxpvsmxl = new VIEW_CXPVSMXL();
     this.tablaUN = new TablaUnidadesNegocio(null);
 }