public IEnumerable <ToastifyNotification> GetNotifications()
 {
     return(_container.GetAll());
 }
Example #2
0
 public IEnumerable <Models.NotyfNotification> GetNotifications()
 {
     return(MessageContainer.GetAll());
 }