This commit is contained in:
2021-06-09 19:53:24 +00:00
parent d9e1766210
commit deebb5dc25
4 changed files with 48 additions and 11 deletions

View File

@@ -208,8 +208,7 @@ namespace AyaNova.Biz
{
await m.SendEmailAsync(deliveryAddress, subject, body, ServerGlobalOpsSettingsCache.Notify);
}
}
await NotifyEventHelper.AddGeneralNotifyEvent(NotifyEventType.GeneralNotification, $"Test of general notification system", "Error", null, ne.UserId);
}
}
catch (Exception ex)
{

View File

@@ -1,9 +1,6 @@
using System;
using System.Diagnostics;
using Microsoft.Extensions.Logging;
using AyaNova.Util;
using AyaNova.Models;
using Microsoft.EntityFrameworkCore;
namespace AyaNova.Biz