示例#1
0
 protected WhatsAppNotification(IWhatsAppNotificationSendingGateway notificationSendingGateway)
     : base(notificationSendingGateway)
 {
 }
 public OrderWhatsAppNotification(IWhatsAppNotificationSendingGateway notificationSendingGateway)
     : base(notificationSendingGateway)
 {
     DisplayName = "WhatsApp order created & changed notification";
 }