Example #1
0
        public async Task <IEnumerable <EditionDto> > Get()
        {
            var editions = await _editionsService.GetAll();

            return(editions);
        }