public abstract void Send(INotificationGatewayMessage message, INotificationFormatter formatter);
Exemplo n.º 2
0
 public abstract void Send(INotificationGatewayMessage message, INotificationFormatter formatter);
 public virtual void Send(INotificationGatewayMessage message)
 {
     Send(message, new DefaultNotificationFormatter());
 }
Exemplo n.º 4
0
 public virtual void Send(INotificationGatewayMessage message)
 {
     Send(message, new DefaultNotificationFormatter());
 }