Exemple #1
0
 public void Unsubscribe <T>() where T : class
 {
     _aggregator.Unsubscribe <T>();
 }