Exemplo n.º 1
0
        public async Task <string> EmailByToken(string token)
        {
            return(_authenticateRepository.EmailByTokenResetEmail(token));

            ;
        }
Exemplo n.º 2
0
 public string EmailByTokenResetEmail(string token)
 {
     return(_authenticateRepository.EmailByTokenResetEmail(token));
 }