public ActionResult moveDown(int id, string userName) { _serv.moveDown(id, userName); return(Json(new { jobSuccess = true, status = "OK", workerID = id })); }
public ActionResult moveDown(int id, string userName) { _serv.moveDown(id, userName); return(Json(new { jobSuccess = true, status = "OK", workerID = id }, JsonRequestBehavior.AllowGet)); }