public ActionResult AdjustHandSlideIndex(long id, int direction) { _iSlideAdsService.AdjustHandSlidAdIndex(id, direction == 1); return(Json(new Result { success = true })); }
public ActionResult AdjustHandSlideIndex(long id, int direction) { _iSlideAdsService.AdjustHandSlidAdIndex(id, direction == 1); return(Json(new { successful = true }, JsonRequestBehavior.AllowGet)); }