Esempio n. 1
0
        // GET: Home
        public ActionResult Index()
        {
            SetupModel setup = new SetupModel();

            setup.setUpSystem();

            return(View());
        }