Ejemplo n.º 1
0
 public int DeleteFeedbackQuestions(int questionId)
 {
     return(_questionsRepository.DeleteFeedbackQuestions(questionId));
 }