示例#1
0
        public async Task <ActionResult> GetMapByShortName(string shortName)
        {
            var result = await mapsService.GetGalleryMap(shortName);

            return(Ok(result));
        }