コード例 #1
0
 private bool CheckEmailBestaat(string email)
 {
     return(_gebruikerRepository.EmailExists(email.ToLower()));
 }