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