Esempio n. 1
0
 public void DeleteFaqCategory(Guid id, Guid?newCategoryId)
 {
     faqRepository.DeleteFaqCategory(id, newCategoryId);
 }