コード例 #1
0
 public static void SetSurveyQuestion(Int32 surveyId, Int32 questionId, bool isSet)
 {
     DalSurveyQuestion.SetSurveyQuestion(surveyId, questionId, isSet);
 }
コード例 #2
0
 public static SurveyDS.SurveyQuestionDSDataTable GetAllSurveyQuestions(Int32 surveyId)
 {
     return(DalSurveyQuestion.GetAllSurveyQuestions(surveyId));
 }