All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ec.gob.senescyt.sniese.commons.services.ServicioReportes Maven / Gradle / Ivy

There is a newer version: 2.0.5
Show newest version
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