Example #1
0
        public ActionResult EnableActive(List <string> lstId, bool active)
        {
            var data = _factory.EnableActive(lstId, active);

            return(new HttpStatusCodeResult(HttpStatusCode.OK));
        }