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