Exemplo n.º 1
0
        public string Index()
        {
            var foo = _SayHello.Hi("Vulcan");

            return(foo);
        }
Exemplo n.º 2
0
        public ActionResult Index()
        {
            var foo = _SayHello.Hi("Vulcan");

            return(View());
        }