Exemplo n.º 1
0
        public ActionResult About()
        {
            HelloWorld.Hello hello = new HelloWorld.Hello();
            ViewBag.Message = hello.GetHello();

            Exercise.ExampleDictionary ed = new Exercise.ExampleDictionary();
            ed.Example();

            return(View());
        }
Exemplo n.º 2
0
        public ActionResult About()
        {
            //ViewBag.Message = "Your application description page.";
            HelloWorld.Hello hello = new HelloWorld.Hello();

            ViewBag.Message = hello.GetHello();

            Exercise.ExampleDictionary ed = new Exercise.ExampleDictionary();

            ed.Example();

            return(View());
        }