Example #1
0
 public JsonResult GetList()
 {
     return(Json(fieldService.GetListField(), JsonRequestBehavior.AllowGet));
 }