Example #1
0
        //General Report
        public List <GeneralReportCategoryBE> getResultGeneralCategory(string idEncuesta)
        {
            ResultadoDALC objDalc = new ResultadoDALC();

            return(objDalc.getResultGrlReportTalentCategory(Convert.ToInt32(idEncuesta)));
        }