Test Markdown


   public ActionResult ShowItem(int ID)
        {
            var item = this.TermDictionarySvcClient.GetSingleItemByID(ID);
            return View(item);

        }

posted @ 2018-07-10 15:27  biubiubiu  阅读(110)  评论(0编辑  收藏  举报