Exemplo n.º 1
0
 public string GetEncryptStr(string passWord)
 {
     return(_encryptionService.CreatePasswordDefault(passWord));
 }
Exemplo n.º 2
0
 public string HashPassword(string password)
 {
     return(_encryptionService.CreatePasswordDefault(password));
 }