Esempio n. 1
0
 public bool SenhaIgualAnterior(int idPessoa, string senha)
 {
     return(_SCadastroService.SenhaIgualAnterior(idPessoa, senha));
 }