public ActionResult GetListJson(string queryJson) { var data = fromModuleBLL.GetEntityList(queryJson); return(Content(data.ToJson())); }