Exemplo n.º 1
0
        public IEnumerable <Section> Get()
        {
            var allSections = sectionRepository.ShowAll().ToList();

            return(allSections);
        }