Пример #1
0
 bool ISubscription.Handles(Type messageType)
 {
     return(Snapshot.All(s => s.Handles(messageType)));
 }