ec.gob.senescyt.sniese.commons.services.ServicioReportes Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sniese-commons Show documentation
Show all versions of sniese-commons Show documentation
Librería que contiene clases de uso comun para sniese hechos en dropwizard
package ec.gob.senescyt.sniese.commons.services;
import ec.gob.senescyt.sniese.commons.core.Reporte;
import java.io.InputStream;
public interface ServicioReportes {
public InputStream generarReporte(Reporte reporte);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy