Example #1
0
        public ActionResult Clone(CloneViewModel model)
        {
            _associationService.Clone(model.PageAssociationId, model.PageId);

            return(Content("Refresh"));
        }