Esempio n. 1
0
 public MailPersonNotifier(PersonRegistry registry) : base(registry)
 {
 }
Esempio n. 2
0
 public PersonNotifier(PersonRegistry registry)
 {
     this.personRegistry = registry;
 }
Esempio n. 3
0
 public SMSPersonNotifier(PersonRegistry registry) : base(registry)
 {
 }