예제 #1
0
        public IList <Core.Dto.Edition> Get()
        {
            IList <Core.Dto.Edition> editions = _editionService.GetAll();

            return(editions);
        }