Exemplo n.º 1
0
 public TelegrammNotificator(Notificator notificator)
 {
     _notificator = notificator;
 }
Exemplo n.º 2
0
 public WhatsAppNotificator(Notificator notificator)
 {
     _notificator = notificator;
 }
Exemplo n.º 3
0
 public SkypeNotificator(Notificator notificator)
 {
     _notificator = notificator;
 }