Ejemplo n.º 1
0
 private bool FaqExists(int id)
 {
     return(_faqService.FaqExists(id));
 }