public abstract void Send(INotificationGatewayMessage message, INotificationFormatter formatter);
示例#2
0
 public abstract void Send(INotificationGatewayMessage message, INotificationFormatter formatter);
 public virtual void Send(INotificationGatewayMessage message)
 {
     Send(message, new DefaultNotificationFormatter());
 }
示例#4
0
 public virtual void Send(INotificationGatewayMessage message)
 {
     Send(message, new DefaultNotificationFormatter());
 }