예제 #1
0
 public Task DeleteQuestion(long id)
 {
     return(_faqRepository.DeleteQuestion(id));
 }