Exemple #1
0
        //public static SurveyDS.SurveyDSDataTable SelectSurvey(Int32 survey_id)
        //{
        //    return BllSurvey.SelectSurvey(survey_id);
        //}

        //===============================



        //public static SurveyDS.SurveyQuestionDSDataTable GetSurveyQuestionByFacility(Int32 facility_id)
        //{
        //    return BllSurvey.GetSurveyQuestionByFacility(facility_id);
        //}
        //public static SurveyDS.SurveyQuestionDSDataTable GetAllSurveyQuestions(Int32 survey_id)
        //{
        //    return BllSurvey.GetAllSurveyQuestions(survey_id);
        //}
        //public static SurveyDS.SurveyQuestionDSDataTable SelectSurveyQuestion(Int32 survey_question_id)
        //{
        //    return BllSurvey.SelectSurveyQuestion(survey_question_id);
        //}
        //public static Int32 InsertSurveyQuestion(Int32 survey_id, Int32 survey_type_id, string title)
        //{
        //    return BllSurvey.InsertSurveyQuestion(survey_id, survey_type_id, title);
        //}
        //public static Int32 UpdateSurveyQuestion(Int32 survey_question_id, Int32 survey_id, Int32 survey_type_id, string title)
        //{
        //    return BllSurvey.UpdateSurveyQuestion(survey_question_id, survey_id, survey_type_id, title);
        //}
        //public static Int32 DeleteSurveyQuestion(Int32 survey_question_id)
        //{
        //    return BllSurvey.DeleteSurveyQuestion(survey_question_id);
        //}



        //===============================



        public static SurveyDS.SurveyResponseDSDataTable GetSurveyResponseByIncident(Int32 incidentId)
        {
            return(BllSurvey.GetSurveyResponseByIncident(incidentId));
        }