Ejemplo n.º 1
0
 protected abstract void Execute(eXAlert alert, AlertInterest interest);
Ejemplo n.º 2
0
 void IAlertPublisher.Execute(eXAlert alert, AlertInterest interest)
 {
     Execute(alert, interest);
 }