예제 #1
0
        // GET: Home
        public ActionResult Index()
        {
            string a = _test.GetTest1("sdsdfsdsdd");

            return(View());
        }
예제 #2
0
 // GET: api/Home/5
 public string Get(int id)
 {
     return(_test.GetTest1("hello world!"));
 }