Esempio n. 1
0
        public ActionResult Index()
        {
            var q        = hello.Foo();
            var datetime = hello.Too();

            return(View());
        }