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