public void guardaArchivo(DocumentoTO documentoTO, FileDataTO fileDataTO) throws Exception { AgregaPromocionesDAO cargaCatalogosDAO = new AgregaPromocionesDAO(); cargaCatalogosDAO.guardaArchivo(documentoTO, fileDataTO); }
public boolean actualizaPromocion(PromocionTO promocionTO) throws Exception { AgregaPromocionesDAO procesaPromocionesDAO = new AgregaPromocionesDAO(); return procesaPromocionesDAO.actualizaPromocion(promocionTO); }