Exemplo n.º 1
0
 public List <Section> GetSectionsByLevel(OrganizationalLevel level)
 {
     return(_sectionRepository.GetSectionsByLevel(level));
 }