コード例 #1
0
        public IEnumerable <MapSummary> Get()
        {
            var maps = _maps.GetMapList();

            return(maps);
        }