Ejemplo n.º 1
0
        public Questions AddQuestion(Questions Question)
        {
            QuestionRepo rep = new QuestionRepo();

            return(rep.Add(Question));
        }