예제 #1
0
        public IEnumerable <ModalIndex> GetModals()
        {
            var modals = _modalService.GetAllModals().ToList();

            var modalsIndex = Mapper.Map <List <Modal>, List <ModalIndex> >(modals);

            return(modalsIndex);
        }