Beispiel #1
0
        public IList <Core.Dto.Section> By_editionid(Guid editionid)
        {
            IList <Core.Dto.Section> sections = _sectionService.GetAllbyEditionId(editionid);

            return(sections);
        }