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