Пример #1
0
 public bool CheckEmail(string email)
 {
     if (dataBase.CheckEmail(email))
     {
         return(true);
     }
     return(false);
 }