Beispiel #1
0
 public SQLPersonRegistry(PersonNotifier notifier) : base(notifier)
 {
     this.notifier = notifier;
 }
Beispiel #2
0
 public PersonRegistry(PersonNotifier notifier)
 {
     this.notifier = notifier;
 }