Exemple #1
0
 public SupportTicketResponse()
 {
     NotificationServices.Add(new MailNotification());
     NotificationServices.Add(new InAppMessageSender());
 }
 public SuscriptionAlert()
 {
     NotificationServices.Add(new MailNotification());
 }