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