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