예제 #1
0
 public bool DoesEmailExistForAccount(string email)
 {
     return(_registrationManager.DoesEmailExist(email));
 }