Exemple #1
0
 public OTPDomain(IOTPUow uow)
 {
     this.Uow = uow;
 }
Exemple #2
0
 public OTPVerifyDomain(IOTPUow uow)
 {
     this.Uow = uow;
 }