This commit is contained in:
2020-07-16 23:29:59 +00:00
parent fd23ce1fcb
commit 5c44d4d548
2 changed files with 10 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ namespace AyaNova.Biz
//this will likely be a development error, not a production error so no need to log etc
throw new System.ArgumentException("NotifyEventProcessor:AddGeneralNotifyEvent: DefaultNotification requires a user id but none was specified");
}
//create in app
NotifyEvent n=new NotifyEvent(){EventType=eventType,UserId=userId, Message=message}
return;