예제 #1
0
 public int GetAccountId(UserToken token)
 {
     return(accountCache.GetId(token));
 }