Exemple #1
0
 void OnResentAuthenticationEmail(StatusMessageResponse authenticationResponse)
 {
     if (ResentAuthentication != null)
     {
         ResentAuthentication(authenticationResponse);
     }
 }
Exemple #2
0
 void OnSentPassword(StatusMessageResponse sentPasswordResponse)
 {
     if (PasswordResetSent != null)
     {
         PasswordResetSent(sentPasswordResponse);
     }
 }