Ejemplo n.º 1
0
 public MailPersonNotifier(PersonRegistry registry) : base(registry)
 {
 }
Ejemplo n.º 2
0
 public SmsPersonNotifier(PersonRegistry registry) : base(registry)
 {
 }
Ejemplo n.º 3
0
 public PersonNotifier(PersonRegistry registry)
 {
     this.registry = registry;
 }