Example #1
0
 public bool AddLevelInSection(int sectionId, int levelId)
 {
     return(sectionRepository.AddLevelInSection(sectionId, levelId));
 }