migration applied

This commit is contained in:
Paul Schneider
2023-03-26 20:41:42 +01:00
parent ff2a72f112
commit efcb1620d6
41 changed files with 13893 additions and 924 deletions

View File

@ -16,7 +16,8 @@ namespace Yavsc.Helpers
var notifs = SetupNotificationList(controller);
notifs.Add(new Notification { title = title, body = body });
}
public static void Notify(this Controller controller, IEnumerable<Notification> notes)
public static void Notify(this Controller controller, IEnumerable<Notification> notes)
{
var notifs = SetupNotificationList(controller);
notifs.AddRange(notes);