Exemplo n.º 1
0
 public int UpdateFAQCategory(DLModel.FAQCategory faqCategory)
 {
     return(_faqCategoryRepository.Update((DLModel.FAQCategory) new DLModel.FAQCategory().InjectFrom(faqCategory)));
 }
Exemplo n.º 2
0
 public int AddFAQCategory(DLModel.FAQCategory faqCategory)
 {
     return(_faqCategoryRepository.Add((DLModel.FAQCategory) new DLModel.FAQCategory().InjectFrom(faqCategory)).FAQCatID);
 }