コード例 #1
0
        // GET: Test
        public ActionResult Index()
        {
            var model = new TestModel();

            model.TestString = service.TestMethod();

            return(View(model));
        }