Go to most recent revision | Details | Last modification | View Log | RSS feed
package br.com.ec.domain.service;
import org.primefaces.model.StreamedContent;
public interface EmissorRelatorioService {
StreamedContent gerarRelatorioJasperImagemPng(Object filtro, String nomeRelatorio);
}