Ejemplo n.º 1
0
 public void NotifyMuted(TwitterUser source, TwitterUser target)
 {
     if (!_proxy.NotifyMuted(source, target))
     {
         Next?.NotifyMuted(source, target);
     }
 }