示例#1
0
        public IActionResult GetMetaInformation()
        {
            var result = _metaService.GetMetaInformation();

            return(Ok(result));
        }