コード例 #1
0
ファイル: NoteBookController.cs プロジェクト: hyfree/MoreNote
        public JsonResult SetNotebook2Blog(string notebookId, bool isBlog)
        {
            var result = notebookService.ToBlog(GetUserIdBySession(), notebookId.ToLongByHex(), isBlog);

            return(Json(result, MyJsonConvert.GetSimpleOptions()));
        }