示例#1
0
 public ActionResult GetFilterGroups()
 {
     return(Json(_filterRepo.GetFilterGroups(), JsonRequestBehavior.AllowGet));
 }