Exemplo n.º 1
0
        public void GetAllCollegeWeb()
        {
            IEnumerable <HCRGUniversity.Core.BL.Model.College> college = _collegeBL.GetAllCollegeWeb(100);

            Assert.IsTrue(college != null, "Unable to get");
        }
 public IEnumerable <College> GetAllCollegeWeb(int OrganizationID)
 {
     return(Mapper.Map <IEnumerable <College> >(_college.GetAllCollegeWeb(OrganizationID)));
 }