コード例 #1
0
ファイル: Notifiable.cs プロジェクト: NandoGomes/APS-MC
 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);