예제 #1
0
 public BlockDomain(ISettingUow uow)
 {
     this.Uow = uow;
 }
예제 #2
0
 public PrivacyDomain(ISettingUow uow)
 {
     this.Uow = uow;
 }