Esempio n. 1
0
 public void UnsubscribeAsync <TMessage>(string subscriptionId)
 {
     m_AsyncRepository.Unsubscribe <TMessage>(subscriptionId);
 }