예제 #1
0
 public SQLPersonRegistry(IPersonNotifier notifier) : base(notifier)
 {
 }
예제 #2
0
 public PersonRegistry(IPersonNotifier notifier)
 {
     this._notifier = notifier;
 }