Exemplo n.º 1
0
 public void AddNotifications(IEnumerable <Notification> notifications) => Notifications = Notifications.Concat(notifications ?? Array.Empty <Notification>()).ToList();
Exemplo n.º 2
0
 public void AddNotifications(IEnumerable <Notification> notifications) => Notifications.Concat(notifications);