Example #1
0
        public IHttpActionResult GetDictListAll()
        {
            var result = _dictService.GetCacheDictList();

            return(Json(new OkResponse(result)));
        }