Ejemplo n.º 1
0
        public DataTable SelectEstQuestionDataSelfPointResultPoint(int ESTTERM_REF_ID, int ESTTERM_SUB_ID, int ESTTERM_STEP_ID,
                                                                   string Q_OBJ_ID, int TGT_EMP_ID, string EST_ID)
        {
            DataTable dt = new Dac_Est_Question_Data().SelectEstQuestionDataSelfPointResultPoint(ESTTERM_REF_ID, ESTTERM_SUB_ID, ESTTERM_STEP_ID
                                                                                                 , Q_OBJ_ID, TGT_EMP_ID, EST_ID);;

            return(dt);
        }
Ejemplo n.º 2
0
        public DataTable SelectEstQuestionDataSelfPoint(string q_obj_id, string q_sbj_id)
        {
            DataTable dt = new Dac_Est_Question_Data().SelectEstQuestionDataSelfPoint(q_obj_id, q_sbj_id);

            return(dt);
        }
Ejemplo n.º 3
0
 public Biz_Est_Question_Data()
 {
     _data = new Dac_Est_Question_Data();
 }