Beispiel #1
0
 public TelegrammNotificator(Notificator notificator)
 {
     _notificator = notificator;
 }
Beispiel #2
0
 public WhatsAppNotificator(Notificator notificator)
 {
     _notificator = notificator;
 }
Beispiel #3
0
 public SkypeNotificator(Notificator notificator)
 {
     _notificator = notificator;
 }