示例#1
0
 public FacturaCrudFactory()
 {
     this.facturaMapper       = new FacturaMapper();
     this.lineaFacturaMapper  = new LineaFacturaMapper();
     this.impuestoCrudFactory = new ImpuestoCrudFactory();
     this.itemCrudFactory     = new ItemCrudFactory();
     this.dao = SqlDao.GetInstance();
 }
示例#2
0
 public ItemManagement()
 {
     crudItem          = new ItemCrudFactory();
     crudEmpleadoXItem = new EmpleadoXItemCrudFactory();
 }
示例#3
0
 public ListaDeseoManagement()
 {
     crudListaDeseo = new ListaDeseoCrudFactory();
     crudItem       = new ItemCrudFactory();
     crudUsuario    = new UsuarioCrudFactory();
 }