Example #1
0
 public ActionResult GetFormJson(string keyValue)
 {
     var data = dictItemService.GetForm(keyValue);
     return Content(data.ToJson());
 }