Ejemplo n.º 1
0
        public ActionResult ChangeCafeCommentIsNew(int ID)
        {
            int errorCode = InputControl.ChangeCafeCommentIsNewControl(ID);

            return(Json(new { result = errorCode }));
        }