public IEnumerable <EducationModule> GetAllEducationModule()
 {
     return(Mapper.Map <IEnumerable <EducationModule> >(_educationModule.GetAllEducationModule()));
 }
예제 #2
0
        public void getAllEducationModule()
        {
            IEnumerable <HCRGUniversity.Core.Data.Model.EducationModule> educationModule = _educationModuleBL.GetAllEducationModule();

            Assert.IsTrue(_educationModuleBL != null, "Unable to get");
        }