AdmMono/src/com/rjconsultores/ventaboletos/service/ConfContratoPuntoVentaServi...

12 lines
521 B
Java

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