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