Exemple #1
0
 public bool checkRegist(string email)
 {
     if (user.checkRegist(email).Rows.Count > 0)
     {
         return(false);
     }
     else
     {
         return(true);
     }
 }