Beispiel #1
0
 public bool IsNickName(string nickName)
 {
     return(dataRepos.Exist(x => x.RoleName.ToLower() == nickName.ToLower()));
 }