Exemple #1
0
        public ActionResult Index(string id)
        {
            return(_alchemy.Execute <ActionResult>(id, ValueProvider).With <ControllerBase>(this).Go());

            /*
             * if (result.Shape == null)
             *  return View("Null");
             */
        }