Exemple #1
0
        public static AjaxResult HandleAlertInfo(string id, string desc)
        {
            AlertInfoHelper helper = new AlertInfoHelper();

            helper.HandleAlertInfo(id, SysContext.CurrentUserID.ToString(), desc);
            return(AjaxResult.Success());
        }
Exemple #2
0
        public static AjaxResult RemoveAlertInfo(string ID)
        {
            AlertInfoHelper helper = new AlertInfoHelper();

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