Example #1
0
 public override bool CheckNoExists(string account)
 {
     return(_MyBridge.ExistsUser(account));
 }