package com.rjconsultores.ventaboletos.service; import com.rjconsultores.ventaboletos.entidad.ConfContratoPuntoVenta; import com.rjconsultores.ventaboletos.vo.configuracioneccomerciales.ConfLayoutContratoVO; public interface ConfContratoPuntoVentaService extends GenericService { ConfLayoutContratoVO buscarInformacoesPontoVendaparaGerarContratos(Integer puntoVentaId, Integer empresaIsd); String formatarLayout(ConfLayoutContratoVO confLayoutContratoVO, String html); }