Exemple #1
0
 public bool IsPhoneExist(string PhoneNo, int?ignoreID = null)
 {
     return(UserComponent.IsPhoneExist(PhoneNo, ignoreID));
 }