Exemplo n.º 1
0
 public UserCredentialService(ITOTP totp, IHasing hasing)
 {
     _totp   = totp;
     _hasing = hasing;
 }