Ejemplo n.º 1
0
 public JsonResult RemoveUser(int testid, int userid)
 {
     var common = new CommonService();
     common.RemoveUser(testid, userid);
     return Json(new { common.success, common.message });
 }