Ejemplo n.º 1
0
 public ActionResult Settings()
 {
     AuthRedirect("Auth", "Settings");
     var model = new Setting();
     return View(model);
 }
Ejemplo n.º 2
0
        public ActionResult Settings()
        {
            var model = new Setting();

            return View(model);
        }