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