Exemplo n.º 1
0
 public void Raise <T>(T args) where T : IEvent
 {
     EventHost <T> .DoRaise(args);
 }
Exemplo n.º 2
0
 public static void Raise <T>(T args) where T : IDomainEvent
 {
     EventHost <T> .DoRaise(args);
 }