예제 #1
0
        public int SaveQuestion(TestQuestionsDTO tq_dto)
        {
            MyDBService ser = new MyDBService();

            return(ser.SaveQuestion(tq_dto));
        }