예제 #1
0
 private bool CheckEmailAvailability(string email)
 {
     return(_borrower.CheckEmailAvailability(email));
 }