Exemple #1
0
 public string CriptogravarSenha(string senha)
 {
     return(_servicoUsuario.CriptogravarSenha(senha));
 }