Exemplo n.º 1
0
        public void getAllfaq()
        {
            IEnumerable <HCRGUniversity.Core.Data.Model.FAQDetail> faq = _faqBL.getAllFAQ(1);

            Assert.IsTrue(_faqBL != null, "Unable to get");
        }
 public IEnumerable <FAQ> getAllFAQ(int OrganizationID)
 {
     return(Mapper.Map <IEnumerable <FAQ> >(_faq.getAllFAQ(OrganizationID)));
 }