Exemplo n.º 1
0
 public List <LessonsPlanMasterModel> GetLessonsPlanMaster()
 {
     return(LessonPlanMapping.ToList(UnitOfWork.LessonsPlanMasterRepository.Get().ToList()));
 }