コード例 #1
0
        public ActionResult AddComment(string text)
        {
            CommentConnect cc = new CommentConnect();

            cc.AddComment(text, Globals.PRESENT_LOC.Id, Globals.PRESENT_LOC.Id);
            ViewBag.searchLocationResult = Globals.PRESENT_LOC;
            return(View("ShowLocation"));
        }