Example #1
0
        //public List<int> ObtenerCarreras(List<int> fortalezas)    {
        //    BaseHechos objBH = new BaseHechos();
        //    objBH.SetHechosFortalezas(fortalezas);
        //    int[] HechosFortalezas = objBH.HechosFortalezas;
        //    MotorInferencia objMI = new MotorInferencia();
        //    List<int> orientaciones = objMI.GetOrientaciones(HechosFortalezas);
        //    objBH.SetHechosOrientaciones(orientaciones);
        //    int[] HechosOrientaciones = objBH.HechosOrientaciones;
        //    List<int> carrerasList = objMI.GetCarreras(HechosOrientaciones);


        //    //BaseHechos bhList = new BaseHechos();
        //    //bhList.HechosFortalezas=fortalezas;

        //    //SE.Tratamiento.MI.MotorInferencia mi = new SE.Tratamiento.MI.MotorInferencia();

        //    //List<int> Orientaciones = new List<int>();
        //    //Orientaciones= mi.GetOrientaciones(fortalezas);

        //    //List<int> Carreras = new List<int>();
        //    //Carreras=mi.GetCarreras(Orientaciones);

        //    //return Carreras;
        //    return carrerasList;
        //}

        public void InsertaResultadoTemp(int idParticipante, string lstIdTalento, int idBuzon)
        {
            ResultadoDALC objResultadoDALC = new ResultadoDALC();

            try
            {
                objResultadoDALC.InsertaResultadoTemp(idParticipante, lstIdTalento, idBuzon);
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }