migration applied
This commit is contained in:
parent
4d74fc8d56
commit
53bca59c18
41 changed files with 13882 additions and 913 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue