Esempio n. 1
0
 private void AddNotification(IMethodResultNotification notification)
 {
     _notifications.Add(notification);
 }
Esempio n. 2
0
 public void AddNotification(IMethodResultNotification notification)
 {
     _notifications.Add(notification);
 }