Esempio n. 1
0
 public string PassawordCurrent(string username)
 {
     return(usuarioEntidad.ObternerContraseñaActual(username));
 }