예제 #1
0
 public bool SelectPhoneCount(string phone)//判断该手机号是否存在
 {
     return(dal.SelectPhoneCount(phone) > 0);
 }