예제 #1
0
 public bool TrySetAccountPassword(long accountId, string password)
 {
     return(accountCache.TrySetAccountPassword(accountId, password));
 }