コード例 #1
0
        public IEnumerable <GetScreenOutput> ListAll()
        {
            var getAll = _screenManager.GetAllList().ToList();
            List <GetScreenOutput> output = ObjectMapper.Map <List <GetScreenOutput> >(getAll);

            return(output);
        }