Пример #1
0
 public JsonResult GetControlSet(string attributeType, string operatorType)
 {
     return(Json(RuleModel.GetControlSet(attributeType, operatorType), JsonRequestBehavior.AllowGet));
 }