Example #1
0
 public bool ExistsEmail(string email)
 {
     return(MemberManage.ExistsEmail(email));
 }