Пример #1
0
 public bool checkUserforEmail(string email)
 {
     return(Convert.ToInt32(dal.checkUserforEmail(email)) == 0);
 }