Esempio n. 1
0
 public void UnRegister <T>() where T : IntegrationEvent
 {
     _subsManager.UnRegisterEvent <T>();
 }