Exemplo n.º 1
0
 private void Process <T>(T postManEvent, IPostManSubscribe s) where T : BasePostManEvent
 {
     s.Published(postManEvent);
     postManEvent.ProcessedFor(s);
 }