コード例 #1
0
        public HttpResponseMessage GetDataDictionary(int pageIndex)
        {
            var result = _dataDictionaryService.GetDataDictionary(pageIndex, ConstKeys.DEFAULT_PAGESIZE);

            return(toJson(result));
        }