Exemplo n.º 1
0
 public SQLPersonRegistry(IPersonNotifier notifier) : base(notifier)
 {
 }
Exemplo n.º 2
0
 public PersonRegistry(IPersonNotifier notifier)
 {
     this._notifier = notifier;
 }