public static void SetSurveyQuestion(Int32 surveyId, Int32 questionId, bool isSet) { DalSurveyQuestion.SetSurveyQuestion(surveyId, questionId, isSet); }
public static SurveyDS.SurveyQuestionDSDataTable GetAllSurveyQuestions(Int32 surveyId) { return(DalSurveyQuestion.GetAllSurveyQuestions(surveyId)); }