public GestionarimagenProductoServicio() { gestorODBC = new ConexionSqlServer(); imagenProductoDAO = new ImagenProductoDAOSqlServer(gestorODBC); }
public SubCategoriaDAOSqlServer(GestorODBC gestorODBC) { this.gestorODBC = gestorODBC; }
public GestionarCategoriaServicio() { gestorODBC = new ConexionSqlServer(); categoriaDAO = new CategoriaDAOSqlServer(gestorODBC); }
public GestionarLineaSubCategoriaServicio() { gestoriODBC = new ConexionSqlServer(); lineaSubCategoriaDAO = new LineaSubCategoriaDAOSqlServer(gestoriODBC); }
public UsuarioDAOSqlServer(GestorODBC gestorODBC) { this.gestorODBC = gestorODBC; }
public ProductoImagenDAOSqlServer(GestorODBC gestorODBC) { this.gestorODBC = gestorODBC; }
public GestionarProductoImagenServicio() { gestorODBC = new ConexionSqlServer(); productoImagenDAO = new ProductoImagenDAOSqlServer(gestorODBC); }
public GestionarUsuarioServicio() { gestorODBC = new ConexionSqlServer(); ususuarioDAO = new UsuarioDAOSqlServer(gestorODBC); }
public ContactoDAOSqlServer(GestorODBC gestorODBC) { this.gestorODBC = gestorODBC; }
public GestionarContactoServicio() { gestorODBC = new ConexionSqlServer(); contactoDAO = new ContactoDAOSqlServer(gestorODBC); }