Exemplo n.º 1
0
        public ActionResult CreateGuids(Int32 id)
        {
            if (MagazineService.ChangeMagGuid(id))
            {
                return(Json("Done", JsonRequestBehavior.AllowGet));
            }

            return(Json("Not done", JsonRequestBehavior.AllowGet));
        }