예제 #1
0
 public void AddNotifications(IEnumerable <Notification> notifications) => Notifications = Notifications.Concat(notifications ?? Array.Empty <Notification>()).ToList();
예제 #2
0
 public void AddNotifications(IEnumerable <Notification> notifications) => Notifications.Concat(notifications);