コード例 #1
0
ファイル: AjaxBaseManage.cs プロジェクト: Tony9866/anxinsu
        public static AjaxResult HandleAlertInfo(string id, string desc)
        {
            AlertInfoHelper helper = new AlertInfoHelper();

            helper.HandleAlertInfo(id, SysContext.CurrentUserID.ToString(), desc);
            return(AjaxResult.Success());
        }
コード例 #2
0
ファイル: AjaxBaseManage.cs プロジェクト: Tony9866/anxinsu
        public static AjaxResult RemoveAlertInfo(string ID)
        {
            AlertInfoHelper helper = new AlertInfoHelper();

            helper.DeleteAlertInfo(ID);
            return(AjaxResult.Success());
        }