示例#1
0
        public JsonResult GetAll()
        {
            var _repo = new ScriptsManager();

            return(Json(new { data = _repo.GetAll() }));
        }