예제 #1
0
 public static void SetSurveyQuestion(Int32 survey_id, Int32 question_id, bool is_set)
 {
     BllSurveyQuestion.SetSurveyQuestion(survey_id, question_id, is_set);
 }
예제 #2
0
 public static SurveyDS.SurveyQuestionDSDataTable GetAllSurveyQuestions(Int32 survey_id)
 {
     return(BllSurveyQuestion.GetAllSurveyQuestions(survey_id));
 }