예제 #1
0
 private void AddNotification(IMethodResultNotification notification)
 {
     _notifications.Add(notification);
 }
예제 #2
0
 public void AddNotification(IMethodResultNotification notification)
 {
     _notifications.Add(notification);
 }