Beispiel #1
0
        public ActionResult Enable(int[] Id)
        {
            var result = _ProductCrowdContract.EnableOrDisable(true, Id);

            return(Json(result, JsonRequestBehavior.AllowGet));
        }