// GET: Home public ActionResult Index() { string a = _test.GetTest1("sdsdfsdsdd"); return(View()); }
// GET: api/Home/5 public string Get(int id) { return(_test.GetTest1("hello world!")); }