Beispiel #1
0
        public JsonResult CommentSave(commentTB c)
        {
            var app = new CommentApp();

            return Json(app.CommentSave(c), JsonRequestBehavior.AllowGet);
        }
Beispiel #2
0
        public JsonResult CommentSave(commentTB c)
        {
            var app = new CommentApp();

            return(Json(app.CommentSave(c), JsonRequestBehavior.AllowGet));
        }