Example #1
0
    public DataSet generaResultados(string rut)
    {
        ngReportes report = new ngReportes();

        return(report.GeneraResultados(rut));
    }
Example #2
0
    public DataSet comparaIMC(string rut)
    {
        ngReportes report = new ngReportes();

        return(report.ComparaIMC(rut));
    }
    public DataSet EntregarResultadosHistoricos(string año)
    {
        ngReportes report = new ngReportes();

        return(report.ReporteResultadosHistoricos(año));
    }