Example #1
0
 public bool AddTypeInCourseLevel(int courseId, int levelId, int typeId)
 {
     return(sectionRepository.AddTypeInCourseLevel(courseId, levelId, typeId));
 }