Example #1
0
 public DatabasePersonRegistry(IPeopleNotifier notifier) : base(notifier)
 {
 }
Example #2
0
 public LoaderPersonRegistry(IPeopleNotifier notifier)
 {
     this.notifier = notifier;
 }
Example #3
0
 public XmlPersonRegistry(IPeopleNotifier notifier) : base(notifier)
 {
 }