Beispiel #1
0
        //
        // GET: /Hello/
        public ActionResult Index()
        {
            var model = FIO.GetCurrentFIO();

            return(View(model));
        }