コード例 #1
0
        public ApiResult GetTestCache()
        {
            var str = _columnService.GetTest();

            return(new ApiResult(str));
        }