public IEnumerable <ToastifyNotification> ReadAllNotifications()
 {
     return(_container.ReadAll());
 }
Beispiel #2
0
 public IEnumerable <Models.NotyfNotification> ReadAllNotifications()
 {
     return(MessageContainer.ReadAll());
 }