Example #1
0
 public JsonResult TestsSearchTag(string term)
 {
     var common = new CommonService();
     common.TestsSearchTag(term);
     return Json(new { common.resultlist, common.success, common.message });
 }