示例#1
0
        public void getAll()
        {
            IEnumerable <HCRGUniversity.Core.BL.Model.About> aboutus = _aboutUsBL.getAll(1);

            Assert.IsTrue(aboutus != null, "Unable to get");
        }
 public IEnumerable <AboutUs> getAllRecords(int OrganizationID)
 {
     return(Mapper.Map <IEnumerable <AboutUs> >(_aboutUs.getAll(OrganizationID)));
 }